oh-my-posh/website/api/auth/function.json

20 lines
281 B
JSON
Raw Normal View History

2022-01-03 08:38:07 -08:00
{
"bindings": [
{
"authLevel": "anonymous",
"type": "httpTrigger",
"direction": "in",
"name": "req",
"methods": [
"get",
"post"
]
},
{
"type": "http",
"direction": "out",
"name": "res"
}
]
}