forked from ddrilling/AsbCloudServer
Добавлены права для критических сообщений
This commit is contained in:
parent
6dfb596000
commit
9be92a0906
@ -65,6 +65,7 @@ public class MessageController : ControllerBase
|
||||
}
|
||||
|
||||
[HttpGet("/api/serviceOperation/[controller]")]
|
||||
[Permission]
|
||||
[ProducesResponseType(typeof(IEnumerable<StatCriticalMessageDto>), (int)System.Net.HttpStatusCode.OK)]
|
||||
public async Task<IActionResult> Get([FromQuery] MessageRequest request, CancellationToken token)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user