Missed out a file

pull/226/head
TidusJar 9 years ago
parent 79086dcf45
commit 79b9d3aed7

@ -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();

Loading…
Cancel
Save