seimin 5 miesięcy temu
rodzic
commit
359adacf9a
1 zmienionych plików z 8 dodań i 0 usunięć
  1. 8 0
      proxy.conf.json

+ 8 - 0
proxy.conf.json

@@ -14,5 +14,13 @@
14 14
     "pathRewrite": {
15 15
       "^/file": "/file"
16 16
     }
17
+  },
18
+  "/record": {
19
+    "target": "http://192.168.3.108",
20
+    "logLevel": "debug",
21
+    "changeOrigin": true,
22
+    "pathRewrite": {
23
+      "^/record": "/record"
24
+    }
17 25
   }
18 26
 }