seimin 5 달 전
부모
커밋
359adacf9a
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  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
 }