diff --git a/frontend/vite.config.ts b/frontend/vite.config.ts index 583b2e38..43ee7a0e 100644 --- a/frontend/vite.config.ts +++ b/frontend/vite.config.ts @@ -33,10 +33,10 @@ export default defineConfig(({ command }) => { server: { proxy: { "/api/command": { - target: "ws://127.0.0.1:8080", + target: "ws://0.0.0.0:8080", ws: true, }, - "/api": "http://127.0.0.1:8080", + "/api": "http://0.0.0.0:8080", }, }, };