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 e9c6c4aff..0681066be 100644 --- a/client/proxy.config.json +++ b/client/proxy.config.json | |||
@@ -28,6 +28,10 @@ | |||
28 | "target": "http://localhost:9000", | 28 | "target": "http://localhost:9000", |
29 | "secure": false | 29 | "secure": false |
30 | }, | 30 | }, |
31 | "/client/locales": { | ||
32 | "target": "http://localhost:9000", | ||
33 | "secure": false | ||
34 | }, | ||
31 | "/!(client)**": { | 35 | "/!(client)**": { |
32 | "target": "http://localhost:3000/client/index.html", | 36 | "target": "http://localhost:3000/client/index.html", |
33 | "secure": false, | 37 | "secure": false, |