fixed index not loading

pull/4/head
Keivan Beigi 11 years ago
parent 24ba4390a1
commit 4183fecaca

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

Loading…
Cancel
Save