stop
This commit is contained in:
4
Main.cs
4
Main.cs
@@ -23,8 +23,8 @@ namespace bundlephobia
|
|||||||
{
|
{
|
||||||
static HttpClient Client = new HttpClient();
|
static HttpClient Client = new HttpClient();
|
||||||
[FunctionName("Main")]
|
[FunctionName("Main")]
|
||||||
public static async Task<IActionResult> Run(
|
public static async Task Run(
|
||||||
[HttpTrigger(AuthorizationLevel.Function, "get", "post", Route = null)] SlackRequest req,
|
[HttpTrigger(AuthorizationLevel.Anonymous, "get", "post", Route = null)] SlackRequest req,
|
||||||
HttpResponse response,
|
HttpResponse response,
|
||||||
ILogger log)
|
ILogger log)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user