Add Authorization

This commit is contained in:
flightlevel
2018-05-12 12:44:47 +10:00
parent 615794a4bf
commit ce84264490
8 changed files with 100 additions and 62 deletions

View File

@@ -12,7 +12,6 @@ using System.Linq;
namespace Jackett.Server.Controllers
{
[Route("api/v2.0/server/[action]")]
//[JackettAuthorized]
[ResponseCache(Location = ResponseCacheLocation.None, NoStore = true)]
public class ServerConfigurationController : Controller
{