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,9 +123,9 @@ namespace PlexRequests.UI.Modules
|
||||||
LogService = logs;
|
LogService = logs;
|
||||||
Cache = cache;
|
Cache = cache;
|
||||||
|
|
||||||
#if !DEBUG
|
#if DEBUG
|
||||||
this.RequiresAuthentication();
|
this.RequiresClaims(UserClaims.Admin);
|
||||||
#endif
|
#endif
|
||||||
Get["/"] = _ => Admin();
|
Get["/"] = _ => Admin();
|
||||||
|
|
||||||
Get["/authentication"] = _ => Authentication();
|
Get["/authentication"] = _ => Authentication();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue