mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-09 04:22:30 +01:00
fixed index not loading
This commit is contained in:
parent
24ba4390a1
commit
4183fecaca
@ -30,7 +30,7 @@ public StaticResourceModule(IDiskProvider diskProvider, ICacheManger cacheManger
|
|||||||
_indexCache = cacheManger.GetCache<string>(typeof(StaticResourceModule));
|
_indexCache = cacheManger.GetCache<string>(typeof(StaticResourceModule));
|
||||||
|
|
||||||
Get["/{resource*}"] = x => Index();
|
Get["/{resource*}"] = x => Index();
|
||||||
Get["/*"] = x => Index();
|
Get["/"] = x => Index();
|
||||||
|
|
||||||
if (!RuntimeInfo.IsProduction)
|
if (!RuntimeInfo.IsProduction)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user