change route
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-05-18 01:50:13 +02:00
parent ecfeefc156
commit 225b6a04fb
2 changed files with 1 additions and 12 deletions

View File

@ -6,7 +6,7 @@
"type": "httpTrigger",
"direction": "in",
"name": "req",
"route": "",
"route": "{*route}",
"methods": [
"get"
]