mirror of
https://github.com/axllent/mailpit.git
synced 2025-01-30 04:30:56 +02:00
Fix docblock comment
This commit is contained in:
parent
a37da776d7
commit
e265d7018e
@ -2,7 +2,7 @@ package handlers
|
|||||||
|
|
||||||
import "net/http"
|
import "net/http"
|
||||||
|
|
||||||
// Healthz is a liveness probe
|
// HealthzHandler is a liveness probe
|
||||||
func HealthzHandler(w http.ResponseWriter, _ *http.Request) {
|
func HealthzHandler(w http.ResponseWriter, _ *http.Request) {
|
||||||
w.WriteHeader(http.StatusOK)
|
w.WriteHeader(http.StatusOK)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user