From 178703eb138e2f7460671803a822fb8bc8f201f7 Mon Sep 17 00:00:00 2001 From: tparnell Date: Fri, 19 Jul 2019 16:56:36 -0400 Subject: [PATCH] stop --- Main.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Main.cs b/Main.cs index c44f48f..cadebbd 100644 --- a/Main.cs +++ b/Main.cs @@ -23,8 +23,8 @@ namespace bundlephobia { static HttpClient Client = new HttpClient(); [FunctionName("Main")] - public static async Task Run( - [HttpTrigger(AuthorizationLevel.Function, "get", "post", Route = null)] SlackRequest req, + public static async Task Run( + [HttpTrigger(AuthorizationLevel.Anonymous, "get", "post", Route = null)] SlackRequest req, HttpResponse response, ILogger log) {