diff --git a/frontend/vite.config.js b/frontend/vite.config.js index 1a906cb8..5e3a6824 100644 --- a/frontend/vite.config.js +++ b/frontend/vite.config.js @@ -29,7 +29,7 @@ export default defineConfig(({ command }) => { resolve, server: { proxy: { - "/api": "http://localhost:8080", + "/api": "http://127.0.0.1:8080", }, }, };