diff options
author | Chocobozzz <me@florianbigard.com> | 2019-08-12 08:46:46 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-08-12 08:46:46 +0200 |
commit | 0b353d1d8a659140d10b8f7bff3f114698c1a715 (patch) | |
tree | 4d6cadfff782baa8ec253898a20849d05f584733 /client/proxy.config.json | |
parent | e2600d8b261994abbbeb1ff921edaefd267fc122 (diff) | |
download | PeerTube-0b353d1d8a659140d10b8f7bff3f114698c1a715.tar.gz PeerTube-0b353d1d8a659140d10b8f7bff3f114698c1a715.tar.zst PeerTube-0b353d1d8a659140d10b8f7bff3f114698c1a715.zip |
Fix redundancy exceeding the limit
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, |