oh-my-posh/website/api/proxies.json

18 lines
428 B
JSON
Raw Normal View History

2022-01-04 00:40:31 -08:00
{
"$schema": "http://json.schemastore.org/proxies",
"proxies": {
"callback": {
2022-01-09 04:53:14 -08:00
"debug": true,
2022-01-04 00:40:31 -08:00
"matchCondition": {
"methods": ["GET", "POST"],
"route": "/api/auth"
},
2022-01-09 11:24:47 -08:00
"backendUri": "https://localhost/api/auth",
2022-01-04 00:40:31 -08:00
"requestOverrides": {
"backend.request.querystring.code": "",
"backend.request.querystring._code": "{request.querystring.code}"
}
}
}
}