fixed authentication. at least locally. need to test remote.

This commit is contained in:
kay.one 2013-05-22 19:10:02 -07:00
parent d33e2dff58
commit e538593c61
4 changed files with 55 additions and 6 deletions

View file

@ -8,7 +8,6 @@ namespace NzbDrone.Api.Frontend
{
public IndexModule()
{
this.RequiresAuthentication();
//Serve anything that doesn't have an extension
Get[@"/(.*)"] = x => Index();
}