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 e00523976..5d7011265 100644
--- a/client/src/environments/environment.ts
+++ b/client/src/environments/environment.ts
@@ -12,5 +12,5 @@ export const environment = {
12 production: true, 12 production: true,
13 hmr: false, 13 hmr: false,
14 apiUrl: '', 14 apiUrl: '',
15 embedUrl: '' 15 originServerUrl: ''
16} 16}