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.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/client/proxy.config.json b/client/proxy.config.json
index d1f393672..e5f0dfd61 100644
--- a/client/proxy.config.json
+++ b/client/proxy.config.json
@@ -6,5 +6,9 @@
6 "/static": { 6 "/static": {
7 "target": "http://localhost:9000", 7 "target": "http://localhost:9000",
8 "secure": false 8 "secure": false
9 },
10 "/socket.io": {
11 "target": "http://localhost:9000",
12 "secure": false
9 } 13 }
10} 14}