This commit is contained in:
root
2025-09-24 10:06:07 +00:00
parent 6556fdde16
commit 9dea25bbef
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ export default defineConfig({
port: 5173,
proxy: {
"/api": {
target: "http://127.0.0.1:3300", // dein Backend
target: "http://127.0.0.1:4000", // dein Backend
changeOrigin: true,
},
},