diff --git a/frontend/vite.config.js b/frontend/vite.config.js index 2de9107..ab28a96 100644 --- a/frontend/vite.config.js +++ b/frontend/vite.config.js @@ -9,5 +9,8 @@ export default defineConfig({ port: 5173, strictPort: true, allowedHosts: ['haushalt.ddev.site'], + proxy: { + '/api': 'http://localhost:80', + }, }, })