mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-28 21:12:43 +02:00
updated nancy to 0.17.1.0
This commit is contained in:
@@ -24,7 +24,8 @@ 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()
|
||||
|
Reference in New Issue
Block a user