diff options
author | Chocobozzz <me@florianbigard.com> | 2019-07-10 14:06:19 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2019-07-24 10:58:16 +0200 |
commit | ffb321bedca46d6987c7b31dd58e5dea96ea2ea2 (patch) | |
tree | 019f0427c1860ae0b00694c43f1be8d5fe1aa995 /client/proxy.config.json | |
parent | 7cd4d2ba10106c10602c86f74f55743ded588896 (diff) | |
download | PeerTube-ffb321bedca46d6987c7b31dd58e5dea96ea2ea2.tar.gz PeerTube-ffb321bedca46d6987c7b31dd58e5dea96ea2ea2.tar.zst PeerTube-ffb321bedca46d6987c7b31dd58e5dea96ea2ea2.zip |
WIP plugins: load theme on client side
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 c6300a412..1c5a84c85 100644 --- a/client/proxy.config.json +++ b/client/proxy.config.json | |||
@@ -7,6 +7,10 @@ | |||
7 | "target": "http://localhost:9000", | 7 | "target": "http://localhost:9000", |
8 | "secure": false | 8 | "secure": false |
9 | }, | 9 | }, |
10 | "/themes": { | ||
11 | "target": "http://localhost:9000", | ||
12 | "secure": false | ||
13 | }, | ||
10 | "/static": { | 14 | "/static": { |
11 | "target": "http://localhost:9000", | 15 | "target": "http://localhost:9000", |
12 | "secure": false | 16 | "secure": false |