fixed index not loading

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

View file

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