From ce93c37ae0191b95c7a91dd0ebfd3a2e9969fcdc Mon Sep 17 00:00:00 2001 From: miwr Date: Tue, 22 Apr 2025 11:46:23 +0200 Subject: [PATCH] double quotes --- 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 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