tianyabing пре 2 година
родитељ
комит
fe4decc610
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      vite.config.js

+ 1 - 1
vite.config.js

@@ -112,7 +112,7 @@ export default defineConfig(({ command }) => {
       port: 8081,
       proxy: {
         "/ioc-api": {
-          target: "http://121.43.55.7:10091",
+          target: "http://121.43.55.7:10091/ioc-server",
           changeOrigin: true,
           rewrite: (path) => path.replace(/^\/ioc-api/, ""),
         },