diff --git a/frontend/vite.config.ts b/frontend/vite.config.ts index 22b8102..a200332 100644 --- a/frontend/vite.config.ts +++ b/frontend/vite.config.ts @@ -8,7 +8,7 @@ export default defineConfig({ port: 5173, proxy: { '/api': { - target: 'http://127.0.0.1:8001', + target: 'http://127.0.0.1:8000', changeOrigin: true, }, },