1
0
Fork 0

change route
continuous-integration/drone/push Build is passing Details

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",
"direction": "in",
"name": "req",
"route": "",
"route": "{*route}",
"methods": [
"get"
]

View File

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