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();