allow annon
This commit is contained in:
2
http.cs
2
http.cs
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user