Skip to content

Commit a1b6888

Browse files
committed
fix: renamed the handler method
1 parent 68233b4 commit a1b6888

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/handlers/health.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package handlers
22

33
import "net/http"
44

5-
func HomeHandler(w http.ResponseWriter, r *http.Request) {
5+
func HealthHandler(w http.ResponseWriter, r *http.Request) {
66
w.Write([]byte("OK\n"))
77
}
88

0 commit comments

Comments
 (0)