mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-07 13:41:13 -07:00
Started added tests
This commit is contained in:
parent
a5dc3253d7
commit
02d3118438
4 changed files with 107 additions and 4 deletions
|
@ -68,9 +68,9 @@ namespace PlexRequests.UI.Modules
|
|||
SonarrService = sonarr;
|
||||
SonarrApi = sonarrApi;
|
||||
|
||||
#if !DEBUG
|
||||
//#if !DEBUG
|
||||
this.RequiresAuthentication();
|
||||
#endif
|
||||
//#endif
|
||||
Get["/"] = _ => Admin();
|
||||
|
||||
Get["/authentication"] = _ => Authentication();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue