Fixed: Calender .ics feed

(cherry picked from commit 147cfe538a3ac1a54ae9e84460e37f744e69668f)
This commit is contained in:
ta264
2021-10-25 21:36:44 +01:00
parent 3d3292fd3d
commit 355dcaed6c
2 changed files with 2 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ namespace Readarr.Http.Frontend
}
[HttpGet("")]
[HttpGet("/{**path:regex(^(?!/*api/).*)}")]
[HttpGet("/{**path:regex(^(?!(api|feed)/).*)}")]
public IActionResult Index([FromRoute] string path)
{
return MapResource(path);