Fix [Authorize] comment
parent
e0be19ce07
commit
ad1c979b17
|
@ -7,7 +7,7 @@ using System.Threading.Tasks;
|
|||
|
||||
namespace NetworkResurrector.Api.Controllers
|
||||
{
|
||||
// [Authorize]
|
||||
[Authorize]
|
||||
[ApiController]
|
||||
[Route("resurrector")]
|
||||
public class ResurrectorController : ControllerBase
|
||||
|
|
Loading…
Reference in New Issue