mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-08 06:00:50 -07:00
Missed out a file
This commit is contained in:
parent
79086dcf45
commit
79b9d3aed7
1 changed files with 3 additions and 3 deletions
|
@ -123,8 +123,8 @@ namespace PlexRequests.UI.Modules
|
|||
LogService = logs;
|
||||
Cache = cache;
|
||||
|
||||
#if !DEBUG
|
||||
this.RequiresAuthentication();
|
||||
#if DEBUG
|
||||
this.RequiresClaims(UserClaims.Admin);
|
||||
#endif
|
||||
Get["/"] = _ => Admin();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue