Fix urls
parent
e13696f354
commit
03d86bf3ca
@ -1,5 +1,5 @@
|
|||||||
export const environment = {
|
export const environment = {
|
||||||
production: true,
|
production: true,
|
||||||
apiUrl: "https://flotte.duckdns.org/graphql", // graphql api url
|
apiUrl: "https://flotte.duckdns.org", // graphql api url without /graphql!
|
||||||
authUrl: "https://flotte.duckdns.org/user-management" // user server url
|
authUrl: "https://flotte.duckdns.org/user-management" // user server url
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue