Fix [Authorize] comment

master
Tudor Stanciu 2020-11-27 01:06:16 +02:00
parent e0be19ce07
commit ad1c979b17
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ using System.Threading.Tasks;
namespace NetworkResurrector.Api.Controllers namespace NetworkResurrector.Api.Controllers
{ {
// [Authorize] [Authorize]
[ApiController] [ApiController]
[Route("resurrector")] [Route("resurrector")]
public class ResurrectorController : ControllerBase public class ResurrectorController : ControllerBase