diff --git a/frontend/vite.config.ts b/frontend/vite.config.ts index 8d34bd91..f70f610f 100644 --- a/frontend/vite.config.ts +++ b/frontend/vite.config.ts @@ -15,7 +15,7 @@ export default defineConfig({ server: { proxy: { '/api': { - target: 'http://localhost:8001', + target: 'http://127.0.0.1:8001', changeOrigin: true, }, },