aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/proxy.config.json
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-07-08 15:54:08 +0200
committerChocobozzz <chocobozzz@cpy.re>2019-07-24 10:58:16 +0200
commit18a6f04c071f7a0735eb39b8c67fd51a082d1a31 (patch)
treeb9fb0637878390d32b5c73d02b8eee2ef48cbfa5 /client/proxy.config.json
parent2c0539420d77339e6afe8d7920b44af4c0dcb1e6 (diff)
downloadPeerTube-18a6f04c071f7a0735eb39b8c67fd51a082d1a31.tar.gz
PeerTube-18a6f04c071f7a0735eb39b8c67fd51a082d1a31.tar.zst
PeerTube-18a6f04c071f7a0735eb39b8c67fd51a082d1a31.zip
WIP plugins: hook on client side
Diffstat (limited to 'client/proxy.config.json')
-rw-r--r--client/proxy.config.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/client/proxy.config.json b/client/proxy.config.json
index 4a72f1826..c6300a412 100644
--- a/client/proxy.config.json
+++ b/client/proxy.config.json
@@ -3,6 +3,10 @@
3 "target": "http://localhost:9000", 3 "target": "http://localhost:9000",
4 "secure": false 4 "secure": false
5 }, 5 },
6 "/plugins": {
7 "target": "http://localhost:9000",
8 "secure": false
9 },
6 "/static": { 10 "/static": {
7 "target": "http://localhost:9000", 11 "target": "http://localhost:9000",
8 "secure": false 12 "secure": false