BMC: Set Http Protocol on SendNotificationForBwac method
This commit is contained in:
parent
6e0884b935
commit
0b613fe1f5
@ -64,7 +64,7 @@ namespace BCS.BMC.Web.Controllers
|
|||||||
var result = await _notificationService.SendNotification(notification);
|
var result = await _notificationService.SendNotification(notification);
|
||||||
return result.Responses[0];
|
return result.Responses[0];
|
||||||
}
|
}
|
||||||
|
[HttpPost]
|
||||||
public async Task<IActionResult> SendNotificationForBwac([FromBody] List<FireBaseResponseModel> notifications)
|
public async Task<IActionResult> SendNotificationForBwac([FromBody] List<FireBaseResponseModel> notifications)
|
||||||
{
|
{
|
||||||
List<BmcMessageStatusInput> bmcMessageStatusInputs = new List<BmcMessageStatusInput>();
|
List<BmcMessageStatusInput> bmcMessageStatusInputs = new List<BmcMessageStatusInput>();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user