From d112891b14476184b4b73b89e0b5bc0b3b6e5536 Mon Sep 17 00:00:00 2001 From: danBamikiya Date: Wed, 18 Aug 2021 21:44:10 +0100 Subject: [PATCH] fix: use localhost for api url :alien: --- web/src/environments/environment.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/environments/environment.ts b/web/src/environments/environment.ts index e53d2a6..952ba62 100644 --- a/web/src/environments/environment.ts +++ b/web/src/environments/environment.ts @@ -4,7 +4,7 @@ export const environment = { production: false, - API_URL: 'https://8080-magenta-camel-dcys2luy.ws-eu14.gitpod.io' + API_URL: 'http://localhost:8080' } /*