This commit is contained in:
parent
ce93c37ae0
commit
5ee33ab364
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
export const environment = {
|
||||
production: true,
|
||||
apiBaseUrl: "http://${window.location.origin}/silly-game-api/game/jump"
|
||||
apiBaseUrl: "http://factory.c-one-infra.de/silly-game-api/game/jump"
|
||||
// apiBaseUrl: "http://${window.location.origin}/silly-game-api/game/jump"
|
||||
};
|
Loading…
Reference in a new issue