This commit is contained in:
Bastian Wagner
2026-07-15 16:03:49 +02:00
parent d51d915c74
commit 9cd8891769
8 changed files with 19 additions and 50 deletions

View File

@@ -14,29 +14,12 @@
"secure": false,
"changeOrigin": true
},
"/auth": {
"/api": {
"target": "http://localhost:3000",
"secure": false,
"changeOrigin": true
},
"/account": {
"target": "http://localhost:3000",
"secure": false,
"changeOrigin": true
},
"/admin": {
"target": "http://localhost:3000",
"secure": false,
"changeOrigin": true
},
"/password": {
"target": "http://localhost:3000",
"secure": false,
"changeOrigin": true
},
"/registration": {
"target": "http://localhost:3000",
"secure": false,
"changeOrigin": true
"changeOrigin": true,
"pathRewrite": {
"^/api": ""
}
}
}