aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/proxy.config.json
diff options
context:
space:
mode:
Diffstat (limited to 'client/proxy.config.json')
-rw-r--r--client/proxy.config.json12
1 files changed, 9 insertions, 3 deletions
diff --git a/client/proxy.config.json b/client/proxy.config.json
index 7b7357f44..81a0fc4c1 100644
--- a/client/proxy.config.json
+++ b/client/proxy.config.json
@@ -20,8 +20,14 @@
20 "secure": false, 20 "secure": false,
21 "ws": true 21 "ws": true
22 }, 22 },
23 "/": { 23 "/!(client)**": {
24 "target": "http://localhost:3000/client", 24 "target": "http://localhost:3000/client/index.html",
25 "secure": false 25 "secure": false,
26 "logLevel": "debug"
27 },
28 "/!(client)**/**": {
29 "target": "http://localhost:3000/client/index.html",
30 "secure": false,
31 "logLevel": "debug"
26 } 32 }
27} 33}