]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/proxy.config.json
Update client dependencies
[github/Chocobozzz/PeerTube.git] / client / proxy.config.json
index 4a72f1826337f49fb4d1a687ce6b81e876188f65..7b7357f44da116dd5e705868714dc0349c629479 100644 (file)
@@ -3,6 +3,14 @@
     "target": "http://localhost:9000",
     "secure": false
   },
+  "/plugins": {
+    "target": "http://localhost:9000",
+    "secure": false
+  },
+  "/themes": {
+    "target": "http://localhost:9000",
+    "secure": false
+  },
   "/static": {
     "target": "http://localhost:9000",
     "secure": false
@@ -11,5 +19,9 @@
     "target": "ws://localhost:9000",
     "secure": false,
     "ws": true
+  },
+  "/": {
+    "target": "http://localhost:3000/client",
+    "secure": false
   }
 }