Skip to content

Commit

Permalink
fix ping path
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnewhall committed Mar 1, 2024
1 parent 78e2048 commit 8801b8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radarr/radarr.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ func New(config *starr.Config) *Radarr {
}

// bp means base path. You'll see it a lot in these files.
const bpPing = "ping" // ping has no api or version prefix.
const bpPing = "/ping" // ping has no api or version prefix.

// Ping returns an error if the starr instance does not respond with a 200 to an HTTP /ping request.
func (r *Radarr) Ping() error {
Expand Down

0 comments on commit 8801b8e

Please sign in to comment.