mirror of https://github.com/Sonarr/Sonarr
parent
1ec1ce58e9
commit
7353fe479d
|
@ -22,6 +22,7 @@ namespace NzbDrone.Http
|
|||
|
||||
[AllowAnonymous]
|
||||
[HttpGet("/ping")]
|
||||
[HttpHead("/ping")]
|
||||
[Produces("application/json")]
|
||||
public ActionResult<PingResource> GetStatus()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue