Skip to content

Commit 68233b4

Browse files
committed
feat: changed home handler to health handler
1 parent 1b6bf59 commit 68233b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/handlers/home.go renamed to internal/handlers/health.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ package handlers
33
import "net/http"
44

55
func HomeHandler(w http.ResponseWriter, r *http.Request) {
6-
w.Write([]byte("Home - Welcome back!!\n"))
6+
w.Write([]byte("OK\n"))
77
}
88

0 commit comments

Comments
 (0)