ZaiZai 1 년 전
부모
커밋
c88d9aee8a
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      vite.config.js

+ 2 - 2
vite.config.js

@@ -46,8 +46,8 @@ export default defineConfig({
             '/api': {
                 ws: true,
                 changeOrigin: true,
-                target: "http://39.108.216.210:8090",
-                target1: "http://127.0.0.1:8090",
+                //target: "http://39.108.216.210:8090",
+                target: "http://127.0.0.1:8090",
                 rewrite: (path) => path.replace(new RegExp('^/api'), '/'),
             },
         },