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

This commit is contained in:
Torma Kristóf 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", "type": "httpTrigger",
"direction": "in", "direction": "in",
"name": "req", "name": "req",
"route": "", "route": "{*route}",
"methods": [ "methods": [
"get" "get"
] ]

View File

@ -1,11 +0,0 @@
{
"$schema": "http://json.schemastore.org/proxies",
"proxies": {
"Proxy1": {
"matchCondition": {
"route": "/"
},
"backendUri": "https://fn-hanyadikhetvan.azurewebsites.net/hanyadikhetvan"
}
}
}