allow anonymous access
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Torma Kristóf 2022-05-18 01:25:41 +02:00
parent 383d5b658d
commit 7f00eec11d

View File

@ -2,7 +2,7 @@
"scriptFile": "__init__.py", "scriptFile": "__init__.py",
"bindings": [ "bindings": [
{ {
"authLevel": "function", "authLevel": "anonymous",
"type": "httpTrigger", "type": "httpTrigger",
"direction": "in", "direction": "in",
"name": "req", "name": "req",