mirror of
https://github.com/github/codeql.git
synced 2026-02-14 14:11:20 +01:00
12 lines
265 B
JSON
12 lines
265 B
JSON
{
|
|
"welcomeFile": "index.html",
|
|
"authenticationMethod": "none",
|
|
"routes": [
|
|
{
|
|
"source": "/bad/(.*)",
|
|
"destination": "srv_api",
|
|
"csrfProtection": false,
|
|
"authenticationType": "none"
|
|
}
|
|
]
|
|
} |