Update missionary form api
parent
ee899f9f90
commit
c7240f9167
|
|
@ -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';
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
export const environment = {
|
||||
production: true,
|
||||
baseUrl: ""
|
||||
baseUrl: "",
|
||||
baseApi: "https://ofbbutte.com/2/api"
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in New Issue