New: Allow HEAD requests to ping endpoint

(cherry picked from commit 7353fe479dbb8d0dab76993ebed92d48e1b05524)
This commit is contained in:
Bogdan 2024-03-28 07:30:45 +02:00
parent d41c0f0ab7
commit 0c998dac5c
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ namespace Radarr.Http.Ping
[AllowAnonymous]
[HttpGet("/ping")]
[HttpHead("/ping")]
[Produces("application/json")]
public ActionResult<PingResource> GetStatus()
{