From 0cfcbae8189353a1ad29bafbd520e6965290f367 Mon Sep 17 00:00:00 2001 From: Jan Keromnes Date: Wed, 30 Jan 2019 08:39:42 +0000 Subject: Add automated dev setup using Gitpod --- client/src/environments/environment.hmr.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src/environments/environment.hmr.ts') diff --git a/client/src/environments/environment.hmr.ts b/client/src/environments/environment.hmr.ts index 20e2b8fcd..853e20803 100644 --- a/client/src/environments/environment.hmr.ts +++ b/client/src/environments/environment.hmr.ts @@ -1,5 +1,5 @@ export const environment = { production: false, hmr: true, - apiUrl: 'http://localhost:9000' + apiUrl: '' } -- cgit v1.2.3