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 e7070522a..e9c6c4aff 100644 --- a/client/proxy.config.json +++ b/client/proxy.config.json | |||
@@ -24,6 +24,10 @@ | |||
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 | }, | ||
27 | "/!(client)**": { | 31 | "/!(client)**": { |
28 | "target": "http://localhost:3000/client/index.html", | 32 | "target": "http://localhost:3000/client/index.html", |
29 | "secure": false, | 33 | "secure": false, |