allow annon
This commit is contained in:
2
http.cs
2
http.cs
@@ -35,7 +35,7 @@ namespace aka.terribledev.io
|
|||||||
};
|
};
|
||||||
[FunctionName("http")]
|
[FunctionName("http")]
|
||||||
public static IActionResult Run(
|
public static IActionResult Run(
|
||||||
[HttpTrigger(AuthorizationLevel.Function, "get", "post", Route = "{*path}")] HttpRequest req,
|
[HttpTrigger(AuthorizationLevel.Anonymous, "get", "post", Route = "{*path}")] HttpRequest req,
|
||||||
ILogger log,
|
ILogger log,
|
||||||
string path)
|
string path)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user