Missed out a file

This commit is contained in:
TidusJar 2016-05-16 00:16:38 -04:00
parent 79086dcf45
commit 79b9d3aed7

View file

@ -123,9 +123,9 @@ namespace PlexRequests.UI.Modules
LogService = logs;
Cache = cache;
#if !DEBUG
this.RequiresAuthentication();
#endif
#if DEBUG
this.RequiresClaims(UserClaims.Admin);
#endif
Get["/"] = _ => Admin();
Get["/authentication"] = _ => Authentication();