This commit is contained in:
root
2025-09-24 14:11:02 +00:00
parent c4b93b5288
commit 10fa988bed
+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,
}, },
}, },