diff --git a/frontend/vite.config.ts b/frontend/vite.config.ts index 1753371..9705317 100644 --- a/frontend/vite.config.ts +++ b/frontend/vite.config.ts @@ -6,7 +6,7 @@ const config: UserConfig = { server: { proxy: { '/api': { - target: 'http://localhost:8000', + target: 'http://127.0.0.1:8000', changeOrigin: true, rewrite: (path) => path.replace(/^\/api/, '') }