From 20c02c2e340dd7e93210d612e42bf8fa89f25cf3 Mon Sep 17 00:00:00 2001 From: miwr Date: Wed, 16 Apr 2025 10:13:32 +0200 Subject: [PATCH] http --- 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 8d1e09b..be0ba93 100644 --- a/src/enviroments/environment.ts +++ b/src/enviroments/environment.ts @@ -1,4 +1,4 @@ export const environment = { production: true, - apiBaseUrl: 'https://silly-game-backend-service.silly-game.svc.cluster.local/game/jump' + apiBaseUrl: 'http://silly-game-backend-service.silly-game.svc.cluster.local/game/jump' }; \ No newline at end of file