Update missionary form api

test
dan 2019-07-22 22:08:53 -06:00
parent ee899f9f90
commit c7240f9167
3 changed files with 6 additions and 3 deletions

View File

@ -4,7 +4,7 @@ export const EVENTS_ADD_URL = environment.baseUrl + "/api2/events/a/";
export const EVENT_BY_ID = environment.baseUrl + "/api2/events/";
export const EVENTS_BY_PAGE_URL = environment.baseUrl + "/api2/events/page/";
export const EVENTS_DELETE_BY_ID_URL = environment.baseUrl + "/api2/events/a/";
export const MISSIONARY_SUPPORT_CREATE_URL = environment.baseUrl + "/2/api/missionary";
export const MISSIONARY_SUPPORT_CREATE_URL = environment.baseApi + "/missionary";
export const SERMONS_BY_ID = environment.baseUrl + '/api2/sermons/';
export const SERMONS_BY_PAGE_URL = environment.baseUrl + '/api2/sermons/page/';
export const SERMONS_BY_SEARCH_URL = environment.baseUrl + '/api2/sermons/search';

View File

@ -1,4 +1,5 @@
export const environment = {
production: true,
baseUrl: ""
baseUrl: "",
baseApi: "https://ofbbutte.com/2/api"
};

View File

@ -4,7 +4,9 @@
export const environment = {
production: false,
baseUrl: "http://localhost:25776"
baseUrl: "http://localhost:25776",
//baseApi: "https://localhost:44314/api"
baseApi: "https://test.ofbbutte.com/2/api"
};
/*