BMC: Set Http Protocol on SendNotificationForBwac method

This commit is contained in:
Palash Biswas 2023-01-13 16:30:48 +05:30
parent 6e0884b935
commit 0b613fe1f5

View File

@ -64,7 +64,7 @@ namespace BCS.BMC.Web.Controllers
var result = await _notificationService.SendNotification(notification);
return result.Responses[0];
}
[HttpPost]
public async Task<IActionResult> SendNotificationForBwac([FromBody] List<FireBaseResponseModel> notifications)
{
List<BmcMessageStatusInput> bmcMessageStatusInputs = new List<BmcMessageStatusInput>();