parent
96593c510b
commit
ce93c37ae0
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
export const environment = {
|
export const environment = {
|
||||||
production: true,
|
production: true,
|
||||||
apiBaseUrl: 'http://${window.location.origin}/silly-game-api/game/jump'
|
apiBaseUrl: "http://${window.location.origin}/silly-game-api/game/jump"
|
||||||
};
|
};
|
Loading…
Reference in a new issue