Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
fix mistyping
  • Loading branch information
rzrbld committed Mar 23, 2020
1 parent e7d62d3 commit 0fe8544
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 0fe8544

Please sign in to comment.