mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-12-29 04:49:39 -08:00
19 lines
265 B
JSON
19 lines
265 B
JSON
|
{
|
||
|
"bindings": [
|
||
|
{
|
||
|
"authLevel": "anonymous",
|
||
|
"type": "httpTrigger",
|
||
|
"direction": "in",
|
||
|
"name": "req",
|
||
|
"methods": [
|
||
|
"get"
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"type": "http",
|
||
|
"direction": "out",
|
||
|
"name": "res"
|
||
|
}
|
||
|
]
|
||
|
}
|