oh-my-posh/website/api/proxies.json
2022-05-13 08:19:35 +02:00

18 lines
428 B
JSON

{
"$schema": "http://json.schemastore.org/proxies",
"proxies": {
"callback": {
"debug": true,
"matchCondition": {
"methods": ["GET", "POST"],
"route": "/api/auth"
},
"backendUri": "https://localhost/api/auth",
"requestOverrides": {
"backend.request.querystring.code": "",
"backend.request.querystring._code": "{request.querystring.code}"
}
}
}
}