New: Allow HEAD requests to ping endpoint

(cherry picked from commit 7353fe479dbb8d0dab76993ebed92d48e1b05524)
pull/3368/head
Bogdan 1 month ago
parent 2b6ceab9d4
commit 6e76f9966a

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

Loading…
Cancel
Save