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.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/client/proxy.config.json b/client/proxy.config.json
index e7070522a..0681066be 100644
--- a/client/proxy.config.json
+++ b/client/proxy.config.json
@@ -24,6 +24,14 @@
24 "secure": false, 24 "secure": false,
25 "ws": true 25 "ws": true
26 }, 26 },
27 "/client/assets": {
28 "target": "http://localhost:9000",
29 "secure": false
30 },
31 "/client/locales": {
32 "target": "http://localhost:9000",
33 "secure": false
34 },
27 "/!(client)**": { 35 "/!(client)**": {
28 "target": "http://localhost:3000/client/index.html", 36 "target": "http://localhost:3000/client/index.html",
29 "secure": false, 37 "secure": false,