Change API endpoints
parent
6023c847a0
commit
1e5e88a528
@ -1,5 +1,5 @@
|
|||||||
export const environment = {
|
export const environment = {
|
||||||
production: true,
|
production: true,
|
||||||
apiUrl: "https://api.flotte-berlin.duckdns.org", // graphql api url without /graphql!
|
apiUrl: "https://api.flotte.dev.trivernis.net", // graphql api url without /graphql!
|
||||||
authUrl: "https://userserver.flotte-berlin.duckdns.org" // user server url
|
authUrl: "https://userserver.flotte.dev.trivernis.net" // user server url
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue