mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-11-24 08:42:19 +02:00
parent
1ec1ce58e9
commit
7353fe479d
@ -22,6 +22,7 @@ public PingController(IConfigRepository configRepository, ICacheManager cacheMan
|
||||
|
||||
[AllowAnonymous]
|
||||
[HttpGet("/ping")]
|
||||
[HttpHead("/ping")]
|
||||
[Produces("application/json")]
|
||||
public ActionResult<PingResource> GetStatus()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user