From 5ee33ab364efa92c2344a2ccc73aaac2dba166cd Mon Sep 17 00:00:00 2001 From: miwr Date: Tue, 22 Apr 2025 11:57:58 +0200 Subject: [PATCH] hardgecoded value for apiBaseUrl --- src/enviroments/environment.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/enviroments/environment.ts b/src/enviroments/environment.ts index 4d12771..653e87f 100644 --- a/src/enviroments/environment.ts +++ b/src/enviroments/environment.ts @@ -1,4 +1,5 @@ export const environment = { production: true, - apiBaseUrl: "http://${window.location.origin}/silly-game-api/game/jump" + apiBaseUrl: "http://factory.c-one-infra.de/silly-game-api/game/jump" + // apiBaseUrl: "http://${window.location.origin}/silly-game-api/game/jump" }; \ No newline at end of file