This commit is contained in:
root
2025-09-24 14:12:51 +00:00
parent b257f6a679
commit a7f4ea7fea
+1 -1
View File
@@ -8,7 +8,7 @@ export default defineConfig({
port: 5173, port: 5173,
proxy: { proxy: {
"/api": { "/api": {
target: "http://localhost:4001", // dein Backend target: "http://127.0.0.1:4001", // dein Backend
changeOrigin: true, changeOrigin: true,
}, },
}, },