@@ -66,8 +66,8 @@ export default defineConfig(({ command, mode }) => {
proxy: {
"/api": {
// target:"https://sim.nanodreamtech.com",
- target: "http://192.168.0.78:3001",
- // target: process.env.VITE_DEV_TYPE == 0 ? "http://sim.ainets.net" : "https://flexi.flexistream.link",
+ // target: "http://192.168.0.78:3001",
+ target: process.env.VITE_DEV_TYPE == 0 ? "http://sim.ainets.net" : "https://flexi.flexistream.link",
changeOrigin: true,
ws: true,
secure: true,