cds add approuter
This commit is contained in:
10
app/router/xs-app.json
Normal file
10
app/router/xs-app.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"routes": [
|
||||
{
|
||||
"source": "^/(.*)$",
|
||||
"target": "$1",
|
||||
"destination": "srv-api",
|
||||
"csrfProtection": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user