Skip to content

Commit

Permalink
Bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dragutin-nav committed Feb 5, 2024
1 parent 5884fa0 commit d6c6ddc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,6 @@ class PdfClientImpl(val pdfGenUrl: String) : PdfClient {
}

override fun checkHealth(): HealthCheckResult? {
return HealthCheckUtils.pingUrl(joinPaths(pdfGenUrl, "/internal/is_alive"), client)
return HealthCheckUtils.pingUrl(joinPaths(pdfGenUrl, "/is_alive"), client)
}
}

0 comments on commit d6c6ddc

Please sign in to comment.