From ad1c979b174c796e4addd48739803ba9f68cbab6 Mon Sep 17 00:00:00 2001 From: Tudor Stanciu Date: Fri, 27 Nov 2020 01:06:16 +0200 Subject: [PATCH] Fix [Authorize] comment --- NetworkResurrector.Api/Controllers/ResurrectorController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NetworkResurrector.Api/Controllers/ResurrectorController.cs b/NetworkResurrector.Api/Controllers/ResurrectorController.cs index f64cf22..e9160e0 100644 --- a/NetworkResurrector.Api/Controllers/ResurrectorController.cs +++ b/NetworkResurrector.Api/Controllers/ResurrectorController.cs @@ -7,7 +7,7 @@ using System.Threading.Tasks; namespace NetworkResurrector.Api.Controllers { - // [Authorize] + [Authorize] [ApiController] [Route("resurrector")] public class ResurrectorController : ControllerBase