Skip to content

Commit

Permalink
Merge pull request #608 from navikt/endre-pto-pdfgen-alive-urlen
Browse files Browse the repository at this point in the history
Endrer pto-pdfgen is_alive url
  • Loading branch information
JulieHillRoa authored Nov 14, 2024
2 parents d030ff1 + 99e68d0 commit 811800f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,6 @@ class PdfClientImpl(val pdfGenUrl: String) : PdfClient {
}

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

0 comments on commit 811800f

Please sign in to comment.