diff --git a/frontend/vite.config.js b/frontend/vite.config.js index 647c9bd..5f14e33 100644 --- a/frontend/vite.config.js +++ b/frontend/vite.config.js @@ -25,9 +25,8 @@ export default { }, proxy: { '/api': { - target: 'http://localhost:8055', + target: 'http://localhost:8080', changeOrigin: false, - rewrite: (path) => path.replace(/^\/api/, ''), }, } }