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 81a0fc4c1..e7070522a 100644 --- a/client/proxy.config.json +++ b/client/proxy.config.json | |||
@@ -15,6 +15,10 @@ | |||
15 | "target": "http://localhost:9000", | 15 | "target": "http://localhost:9000", |
16 | "secure": false | 16 | "secure": false |
17 | }, | 17 | }, |
18 | "/lazy-static": { | ||
19 | "target": "http://localhost:9000", | ||
20 | "secure": false | ||
21 | }, | ||
18 | "/socket.io": { | 22 | "/socket.io": { |
19 | "target": "ws://localhost:9000", | 23 | "target": "ws://localhost:9000", |
20 | "secure": false, | 24 | "secure": false, |