From 0b613fe1f57d5a8e9d0930e0768631bc1d86ffcc Mon Sep 17 00:00:00 2001 From: Palash Biswas Date: Fri, 13 Jan 2023 16:30:48 +0530 Subject: [PATCH] BMC: Set Http Protocol on SendNotificationForBwac method --- .../src/BCS.BMC.Web.Mvc/Controllers/NotificationController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BCS.BMC/src/BCS.BMC.Web.Mvc/Controllers/NotificationController.cs b/BCS.BMC/src/BCS.BMC.Web.Mvc/Controllers/NotificationController.cs index f9cd9eb..9c7a637 100644 --- a/BCS.BMC/src/BCS.BMC.Web.Mvc/Controllers/NotificationController.cs +++ b/BCS.BMC/src/BCS.BMC.Web.Mvc/Controllers/NotificationController.cs @@ -64,7 +64,7 @@ namespace BCS.BMC.Web.Controllers var result = await _notificationService.SendNotification(notification); return result.Responses[0]; } - + [HttpPost] public async Task SendNotificationForBwac([FromBody] List notifications) { List bmcMessageStatusInputs = new List();