forked from ddrilling/AsbCloudServer
NotificationController mark as obsolete
This commit is contained in:
parent
c05fc0f400
commit
a7e2319835
@ -1,3 +1,4 @@
|
||||
using System;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.Threading;
|
||||
using System.Threading.Tasks;
|
||||
@ -18,6 +19,7 @@ namespace AsbCloudWebApi.Controllers;
|
||||
[ApiController]
|
||||
[Authorize]
|
||||
[Route("api/[controller]")]
|
||||
[Obsolete("Это тестовый контроллер, его нельзя использовать на фронте.")]
|
||||
public class NotificationController : ControllerBase
|
||||
{
|
||||
private readonly NotificationService notificationService;
|
||||
|
Loading…
Reference in New Issue
Block a user