From 2c2737358aea5a6e4cafd0b3a9324a801961df0c Mon Sep 17 00:00:00 2001 From: miwr Date: Wed, 16 Apr 2025 10:04:58 +0200 Subject: [PATCH] https --- src/enviroments/environment.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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