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 4a72f1826..c6300a412 100644
--- a/client/proxy.config.json
+++ b/client/proxy.config.json
@@ -3,6 +3,10 @@
3 "target": "http://localhost:9000", 3 "target": "http://localhost:9000",
4 "secure": false 4 "secure": false
5 }, 5 },
6 "/plugins": {
7 "target": "http://localhost:9000",
8 "secure": false
9 },
6 "/static": { 10 "/static": {
7 "target": "http://localhost:9000", 11 "target": "http://localhost:9000",
8 "secure": false 12 "secure": false