mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-26 22:46:37 -04:00
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user