mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
parent
a1581477b8
commit
d34b527842
10 changed files with 36 additions and 39 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue