parent
5407c66475
commit
2c2737358a
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://silly-game-backend-service.silly-game.svc.cluster.local/game/jump'
|
apiBaseUrl: 'https://silly-game-backend-service.silly-game.svc.cluster.local/game/jump'
|
||||||
};
|
};
|
Loading…
Reference in a new issue