aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/environments/environment.e2e.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/environments/environment.e2e.ts')
-rw-r--r--client/src/environments/environment.e2e.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/environments/environment.e2e.ts b/client/src/environments/environment.e2e.ts
index b33ff9f86..a1a58e36f 100644
--- a/client/src/environments/environment.e2e.ts
+++ b/client/src/environments/environment.e2e.ts
@@ -2,5 +2,5 @@ export const environment = {
2 production: false, 2 production: false,
3 hmr: false, 3 hmr: false,
4 apiUrl: 'http://localhost:9001', 4 apiUrl: 'http://localhost:9001',
5 embedUrl: 'http://localhost:9001' 5 originServerUrl: 'http://localhost:9001'
6} 6}