1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-11 03:52:33 +02:00

fixed index not loading

This commit is contained in:
Keivan Beigi 2013-08-19 19:39:58 -07:00
parent 24ba4390a1
commit 4183fecaca

View File

@ -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)
{