]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/proxy.config.json
Fix keyboard icon transparency
[github/Chocobozzz/PeerTube.git] / client / proxy.config.json
CommitLineData
0cfcbae8
JK
1{
2 "/api": {
3 "target": "http://localhost:9000",
4 "secure": false
5 },
6 "/static": {
7 "target": "http://localhost:9000",
8 "secure": false
9 }
10}