mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-22 22:14:44 -04:00
fixed authentication. at least locally. need to test remote.
This commit is contained in:
@@ -8,7 +8,6 @@ namespace NzbDrone.Api.Frontend
|
||||
{
|
||||
public IndexModule()
|
||||
{
|
||||
this.RequiresAuthentication();
|
||||
//Serve anything that doesn't have an extension
|
||||
Get[@"/(.*)"] = x => Index();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user