Skip to content

Commit

Permalink
New: Allow HEAD requests to ping endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
mynameisbogdan committed Mar 27, 2024
1 parent ab289cf commit d55a38d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Prowlarr.Http/Ping/PingController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ public PingController(IConfigRepository configRepository, ICacheManager cacheMan

[AllowAnonymous]
[HttpGet("/ping")]
[HttpHead("/ping")]
[Produces("application/json")]
public ActionResult<PingResource> GetStatus()
{
Expand Down

0 comments on commit d55a38d

Please sign in to comment.