New: Allow HEAD requests to ping endpoint

Closes #6656
pull/6668/head
Bogdan 1 month ago committed by GitHub
parent 1ec1ce58e9
commit 7353fe479d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save