diff --git a/frontend/vite.config.ts b/frontend/vite.config.ts index 901bec4..b01aeda 100644 --- a/frontend/vite.config.ts +++ b/frontend/vite.config.ts @@ -14,11 +14,11 @@ export default defineConfig({ port: 3000, proxy: { '/api': { - target: 'http://localhost:8000', + target: 'http://localhost:8001', changeOrigin: true }, '/socket.io': { - target: 'http://localhost:8000', + target: 'http://localhost:8001', changeOrigin: true, ws: true }