From f62fc99578897c100e1ff4c52b21e53eeb87163e Mon Sep 17 00:00:00 2001 From: Stepan Grankin Date: Wed, 12 Jun 2024 16:04:18 +0300 Subject: [PATCH] log telegram endpoint --- Dodo1000Bot.Api/appsettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dodo1000Bot.Api/appsettings.json b/Dodo1000Bot.Api/appsettings.json index 4337300..5f1d52f 100644 --- a/Dodo1000Bot.Api/appsettings.json +++ b/Dodo1000Bot.Api/appsettings.json @@ -11,7 +11,7 @@ "Enabled": true, "AddRequestIdHeader": true, "ExcludeBodiesWithWords": [ "ping", "pong" ], - "IncludeEndpoints": ["dialogflow", "events"] + "IncludeEndpoints": ["dialogflow", "events", "telegram"] }, "PushNotifications": { "EveryTime": "0:01:00"