mirror of
https://github.com/lidarr/Lidarr
synced 2024-12-27 01:57:21 +00:00
fixed index not loading
This commit is contained in:
parent
24ba4390a1
commit
4183fecaca
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ public StaticResourceModule(IDiskProvider diskProvider, ICacheManger cacheManger
|
|||
_indexCache = cacheManger.GetCache<string>(typeof(StaticResourceModule));
|
||||
|
||||
Get["/{resource*}"] = x => Index();
|
||||
Get["/*"] = x => Index();
|
||||
Get["/"] = x => Index();
|
||||
|
||||
if (!RuntimeInfo.IsProduction)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue