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