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