Revert "updated nancy to 0.17.1.0"

This reverts commit 92c3fe61f2.
This commit is contained in:
kay.one 2013-07-06 21:36:37 -07:00
parent a1581477b8
commit d34b527842
10 changed files with 36 additions and 39 deletions

View file

@ -24,8 +24,7 @@ namespace NzbDrone.Api.Frontend
_indexCache = cacheManger.GetCache<string>(typeof(IndexModule));
//Serve anything that doesn't have an extension
Get[@"^(?:.*)$"] = x => Index();
Get[@"/"] = x => Index();
Get[@"/(.*)"] = x => Index();
}
private object Index()