Update API Url
parent
0f88898a67
commit
06c49558c4
|
|
@ -2,5 +2,5 @@ export const environment = {
|
||||||
production: true,
|
production: true,
|
||||||
environment: 'prod',
|
environment: 'prod',
|
||||||
baseUrl: "",
|
baseUrl: "",
|
||||||
baseApi: "https://ofbbutte.com/2/api"
|
baseApi: "https://api.ofbbutte.com"
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,6 @@ export const environment = {
|
||||||
production: false,
|
production: false,
|
||||||
environment: 'test',
|
environment: 'test',
|
||||||
baseUrl: "",
|
baseUrl: "",
|
||||||
baseApi: "https://test.ofbbutte.com/2/api"
|
baseApi: "https://test.api.ofbbutte.com"
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
@ -6,7 +6,7 @@ export const environment = {
|
||||||
production: false,
|
production: false,
|
||||||
baseUrl: "http://localhost:25776",
|
baseUrl: "http://localhost:25776",
|
||||||
//baseApi: "https://localhost:44314/api"
|
//baseApi: "https://localhost:44314/api"
|
||||||
baseApi: "https://test.ofbbutte.com/2/api"
|
baseApi: "https://test.api.ofbbutte.com"
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue