Skip to content

Commit

Permalink
Merge pull request #60 from MarshallWace/healthchecks
Browse files Browse the repository at this point in the history
health-checks renamed
  • Loading branch information
mw-lb authored Oct 8, 2024
2 parents 1d72481 + 26b0974 commit 674fb72
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ fun Application.module(config: Config) {

configureRouting()

configureHealthyHealthCheck("liveness")
configureHealthyHealthCheck("readiness")
configureHealthyHealthCheck("live")
configureHealthyHealthCheck("ready")
}
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ fun Application.module(config: Config) {

configureRouting()

configureHealthyHealthCheck("liveness")
configureHealthyHealthCheck("readiness")
configureHealthyHealthCheck("live")
configureHealthyHealthCheck("ready")
}

0 comments on commit 674fb72

Please sign in to comment.