mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-10 04:54:03 -08:00
20 lines
281 B
JSON
20 lines
281 B
JSON
|
{
|
||
|
"bindings": [
|
||
|
{
|
||
|
"authLevel": "anonymous",
|
||
|
"type": "httpTrigger",
|
||
|
"direction": "in",
|
||
|
"name": "req",
|
||
|
"methods": [
|
||
|
"get",
|
||
|
"post"
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"type": "http",
|
||
|
"direction": "out",
|
||
|
"name": "res"
|
||
|
}
|
||
|
]
|
||
|
}
|