oh-my-posh/website/api/webfinger/function.json
2023-04-28 11:13:52 +02:00

19 lines
265 B
JSON

{
"bindings": [
{
"authLevel": "anonymous",
"type": "httpTrigger",
"direction": "in",
"name": "req",
"methods": [
"get"
]
},
{
"type": "http",
"direction": "out",
"name": "res"
}
]
}