diff --git a/frontend/vite.config.js b/frontend/vite.config.js index 1c0af4f..131eeb1 100644 --- a/frontend/vite.config.js +++ b/frontend/vite.config.js @@ -8,7 +8,7 @@ export default defineConfig({ port: 5173, proxy: { "/api": { - target: "http://localhost:4001", // dein Backend + target: "http://127.0.0.1:4001", // dein Backend changeOrigin: true, }, },