cds add approuter

This commit is contained in:
Johannes Vogt
2025-03-21 16:41:07 +01:00
parent e648b0072a
commit 7686931f56
3 changed files with 42 additions and 0 deletions

10
app/router/xs-app.json Normal file
View File

@@ -0,0 +1,10 @@
{
"routes": [
{
"source": "^/(.*)$",
"target": "$1",
"destination": "srv-api",
"csrfProtection": true
}
]
}