Update status.go
This commit is contained in:
parent
9a460b9864
commit
75ff9019c9
|
@ -7,6 +7,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
func statusHandler(w http.ResponseWriter, r *http.Request) {
|
func statusHandler(w http.ResponseWriter, r *http.Request) {
|
||||||
lib.LogHTTP(r).Info("show status")
|
log := lib.LogHTTP(r)
|
||||||
lib.Write(w, "running")
|
lib.Write(w, "running")
|
||||||
|
log.Info("show status")
|
||||||
}
|
}
|
||||||
|
|
Reference in New Issue