Skip to content

Commit

Permalink
Merge pull request #5 from rzrbld/feature/next-release
Browse files Browse the repository at this point in the history
Update main.go
  • Loading branch information
rzrbld authored Mar 23, 2020
2 parents 937a536 + 0fe8544 commit fe1d93b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ func main() {
}

if cnf.ProbesEnable {
app.Get("/read", hdl.Readiness)
app.Get("/ready", hdl.Readiness)
app.Get("/live", hdl.Liveness)
}

Expand Down

0 comments on commit fe1d93b

Please sign in to comment.