Skip to content

Commit

Permalink
fix (api) fix to use health function
Browse files Browse the repository at this point in the history
  • Loading branch information
mironx committed Dec 20, 2024
1 parent 966334d commit fd7f999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/mcvs-stub-server/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (

func main() {
h := newHandler()
http.HandleFunc("/health", h.reset)
http.HandleFunc("/health", h.health)
http.HandleFunc("/reset", h.reset)
http.HandleFunc("/configure", h.configure)
http.HandleFunc("/", h.catchAll)
Expand Down

0 comments on commit fd7f999

Please sign in to comment.