New: Allow HEAD requests to ping endpoint

(cherry picked from commit 7353fe479dbb8d0dab76993ebed92d48e1b05524)
pull/4685/head
Bogdan 1 month ago
parent e730cf6307
commit f890a8c18f

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

Loading…
Cancel
Save