allow annon

This commit is contained in:
tparnell
2020-09-10 12:04:21 -04:00
parent 68f156df95
commit 309ce1f479

View File

@@ -35,7 +35,7 @@ namespace aka.terribledev.io
};
[FunctionName("http")]
public static IActionResult Run(
[HttpTrigger(AuthorizationLevel.Function, "get", "post", Route = "{*path}")] HttpRequest req,
[HttpTrigger(AuthorizationLevel.Anonymous, "get", "post", Route = "{*path}")] HttpRequest req,
ILogger log,
string path)
{