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