Translated using Weblate (Thai)
[oweals/peertube.git] / client / proxy.config.json
index 1c5a84c852db696088e32c44ecb571caa5a6bb63..e7070522af7fb499a600db04f8ce6031009a028d 100644 (file)
     "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)**": {
+    "target": "http://localhost:3000/client/index.html",
+    "secure": false,
+    "logLevel": "debug"
+  },
+  "/!(client)**/**": {
+    "target": "http://localhost:3000/client/index.html",
+    "secure": false,
+    "logLevel": "debug"
   }
 }