mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-10 04:54:03 -08:00
18 lines
428 B
JSON
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}"
|
|
}
|
|
}
|
|
}
|
|
}
|