diff options
Diffstat (limited to 'client/proxy.config.json')
-rw-r--r-- | client/proxy.config.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client/proxy.config.json b/client/proxy.config.json index 1c5a84c85..7b7357f44 100644 --- a/client/proxy.config.json +++ b/client/proxy.config.json | |||
@@ -19,5 +19,9 @@ | |||
19 | "target": "ws://localhost:9000", | 19 | "target": "ws://localhost:9000", |
20 | "secure": false, | 20 | "secure": false, |
21 | "ws": true | 21 | "ws": true |
22 | }, | ||
23 | "/": { | ||
24 | "target": "http://localhost:3000/client", | ||
25 | "secure": false | ||
22 | } | 26 | } |
23 | } | 27 | } |