mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 13:23:20 -07:00
Started added tests
This commit is contained in:
parent
a5dc3253d7
commit
02d3118438
4 changed files with 107 additions and 4 deletions
|
@ -182,8 +182,6 @@ $(document).on("click", ".clear", function (e) {
|
|||
|
||||
});
|
||||
|
||||
//change
|
||||
|
||||
// Change Availability
|
||||
$(document).on("click", ".change", function (e) {
|
||||
e.preventDefault();
|
||||
|
|
|
@ -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