forked from ddrilling/AsbCloudServer
Notification add route parametr for DELETE method
This commit is contained in:
parent
286154692e
commit
1e835b1ae6
@ -131,7 +131,7 @@ public class NotificationController : ControllerBase
|
||||
/// <param name="idNotification">Id уведомления</param>
|
||||
/// <param name="cancellationToken"></param>
|
||||
/// <returns></returns>
|
||||
[HttpDelete]
|
||||
[HttpDelete("{idNotification}")]
|
||||
public async Task<IActionResult> DeleteAsync([Required] int idNotification,
|
||||
CancellationToken cancellationToken)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user