X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fproxy.config.json;h=e9c6c4aff341a6c93ce8f53178d6fcb8c02ef5a4;hb=5cbb53996ef2ba78b7e2d3ba08d6f4f663b5b3dc;hp=81a0fc4c1d562f5c86decb0e89dec9407df138b5;hpb=2c434c348c72169931a57a3b798cbfa49f70695c;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/proxy.config.json b/client/proxy.config.json index 81a0fc4c1..e9c6c4aff 100644 --- a/client/proxy.config.json +++ b/client/proxy.config.json @@ -15,11 +15,19 @@ "target": "http://localhost:9000", "secure": false }, + "/lazy-static": { + "target": "http://localhost:9000", + "secure": false + }, "/socket.io": { "target": "ws://localhost:9000", "secure": false, "ws": true }, + "/client/assets": { + "target": "http://localhost:9000", + "secure": false + }, "/!(client)**": { "target": "http://localhost:3000/client/index.html", "secure": false,