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