Started added tests

This commit is contained in:
Jamie Rees 2016-03-13 22:07:16 +00:00
parent a5dc3253d7
commit 02d3118438
4 changed files with 107 additions and 4 deletions

View file

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