diff options
Diffstat (limited to 'client/proxy.config.json')
-rw-r--r-- | client/proxy.config.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/client/proxy.config.json b/client/proxy.config.json new file mode 100644 index 000000000..e5f0dfd61 --- /dev/null +++ b/client/proxy.config.json | |||
@@ -0,0 +1,14 @@ | |||
1 | { | ||
2 | "/api": { | ||
3 | "target": "http://localhost:9000", | ||
4 | "secure": false | ||
5 | }, | ||
6 | "/static": { | ||
7 | "target": "http://localhost:9000", | ||
8 | "secure": false | ||
9 | }, | ||
10 | "/socket.io": { | ||
11 | "target": "http://localhost:9000", | ||
12 | "secure": false | ||
13 | } | ||
14 | } | ||