mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-07 09:15:58 +00:00
fixed index not loading
This commit is contained in:
@@ -30,7 +30,7 @@ namespace NzbDrone.Api.Frontend
|
||||
_indexCache = cacheManger.GetCache<string>(typeof(StaticResourceModule));
|
||||
|
||||
Get["/{resource*}"] = x => Index();
|
||||
Get["/*"] = x => Index();
|
||||
Get["/"] = x => Index();
|
||||
|
||||
if (!RuntimeInfo.IsProduction)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user