mirror of
https://github.com/Prowlarr/Prowlarr
synced 2025-12-22 16:32:22 +01:00
New: Allow HEAD requests to ping endpoint
This commit is contained in:
parent
ab289cfc86
commit
d55a38da4a
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue