mirror of
https://github.com/Readarr/Readarr
synced 2025-12-20 15:23:55 +01:00
New: Allow HEAD requests to ping endpoint
(cherry picked from commit 7353fe479dbb8d0dab76993ebed92d48e1b05524)
This commit is contained in:
parent
2b6ceab9d4
commit
6e76f9966a
1 changed files with 1 additions and 0 deletions
|
|
@ -21,6 +21,7 @@ public PingController(IConfigRepository configRepository, ICacheManager cacheMan
|
|||
|
||||
[AllowAnonymous]
|
||||
[HttpGet("/ping")]
|
||||
[HttpHead("/ping")]
|
||||
[Produces("application/json")]
|
||||
public ActionResult<PingResource> GetStatus()
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue