diff options
Diffstat (limited to 'client/src/environments/environment.ts')
-rw-r--r-- | client/src/environments/environment.ts | 2 |
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 | ||
5 | export const environment = { | 5 | export 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 | } |