22 lines
426 B
JSON
22 lines
426 B
JSON
{
|
|
"routes": [
|
|
{
|
|
"source": "^/app/(.*)$",
|
|
"target": "$1",
|
|
"localDir": ".",
|
|
"cacheControl": "no-cache, no-store, must-revalidate"
|
|
},
|
|
{
|
|
"source": "^/appconfig/",
|
|
"localDir": ".",
|
|
"cacheControl": "no-cache, no-store, must-revalidate"
|
|
},
|
|
{
|
|
"source": "^/(.*)$",
|
|
"target": "$1",
|
|
"destination": "bookshop-api",
|
|
"csrfProtection": true
|
|
}
|
|
]
|
|
}
|