diff --git a/vite.config.ts b/vite.config.ts index a2423c9..e9011f8 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -28,12 +28,12 @@ export default defineConfig({ server: { proxy: { "/api/v1/ws/server": { - target: "ws://192.168.5.20:8008", + target: "ws://localhost:8008", changeOrigin: true, ws: true, }, "/api/v1/": { - target: "http://192.168.5.20:8008", + target: "http://localhost:8008", changeOrigin: true, }, },