diff --git a/frontend/vite.config.ts b/frontend/vite.config.ts index e1d0028..6742864 100644 --- a/frontend/vite.config.ts +++ b/frontend/vite.config.ts @@ -18,7 +18,7 @@ export default defineConfig({ "/sys": "http://10.100.53.199:8080", "/api": "http://10.100.53.199:8080", "/ws": { - target: "ws://10.100.53.199:8080", + target: "ws://10.100.51.199:8080", ws: true } }