diff --git a/hanyadikhetvan/function.json b/hanyadikhetvan/function.json index 92c7c07..d5e9cf2 100644 --- a/hanyadikhetvan/function.json +++ b/hanyadikhetvan/function.json @@ -6,7 +6,7 @@ "type": "httpTrigger", "direction": "in", "name": "req", - "route": "", + "route": "{*route}", "methods": [ "get" ] diff --git a/proxies.json b/proxies.json deleted file mode 100644 index c3f182e..0000000 --- a/proxies.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "$schema": "http://json.schemastore.org/proxies", - "proxies": { - "Proxy1": { - "matchCondition": { - "route": "/" - }, - "backendUri": "https://fn-hanyadikhetvan.azurewebsites.net/hanyadikhetvan" - } - } -}