logging & feedback

This commit is contained in:
Bastian Wagner
2024-08-26 09:47:00 +02:00
parent a433aa6b20
commit bf577ed5e8
6 changed files with 45 additions and 11 deletions

View File

@@ -0,0 +1,11 @@
{
"/api": {
"target": "http://localhost:5000",
"secure": false,
"logLevel": "debug",
"changeOrigin": true,
"pathRewrite": {
"^/api": "/api"
}
}
}