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