mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-08 14:05:15 +00:00
16 lines
242 B
JSON
16 lines
242 B
JSON
{
|
|
"disabled": false,
|
|
"bindings": [
|
|
{
|
|
"authLevel": "function",
|
|
"type": "httpTrigger",
|
|
"direction": "in",
|
|
"name": "req"
|
|
},
|
|
{
|
|
"type": "http",
|
|
"direction": "out",
|
|
"name": "res"
|
|
}
|
|
]
|
|
} |