diff --git a/src/enviroments/environment.ts b/src/enviroments/environment.ts index e8294d8..4d12771 100644 --- a/src/enviroments/environment.ts +++ b/src/enviroments/environment.ts @@ -1,4 +1,4 @@ export const environment = { production: true, - apiBaseUrl: 'http://${window.location.origin}/silly-game-api/game/jump' + apiBaseUrl: "http://${window.location.origin}/silly-game-api/game/jump" }; \ No newline at end of file