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.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/environments/environment.ts b/client/src/environments/environment.ts
index 364da6745..5bb6f4b34 100644
--- a/client/src/environments/environment.ts
+++ b/client/src/environments/environment.ts
@@ -4,6 +4,6 @@
4 4
5export const environment = { 5export const environment = {
6 production: false, 6 production: false,
7 hmr: true, 7 hmr: false,
8 apiUrl: 'http://localhost:9000' 8 apiUrl: 'http://localhost:9000'
9} 9}