aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/environments/environment.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/environments/environment.ts')
-rw-r--r--client/src/environments/environment.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/environments/environment.ts b/client/src/environments/environment.ts
index 43d788541..42b8baee8 100644
--- a/client/src/environments/environment.ts
+++ b/client/src/environments/environment.ts
@@ -5,5 +5,6 @@
5 5
6export const environment = { 6export const environment = {
7 production: false, 7 production: false,
8 hmr: true,
8 apiUrl: 'http://localhost:9000' 9 apiUrl: 'http://localhost:9000'
9} 10}