diff --git a/src/enviroments/environment.ts b/src/enviroments/environment.ts index be0ba93..8d1e09b 100644 --- a/src/enviroments/environment.ts +++ b/src/enviroments/environment.ts @@ -1,4 +1,4 @@ export const environment = { 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' }; \ No newline at end of file