in status
This commit is contained in:
parent
dfcf1016a1
commit
b1e99beeca
|
@ -7,5 +7,6 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
func statusHandler(w http.ResponseWriter, r *http.Request) {
|
func statusHandler(w http.ResponseWriter, r *http.Request) {
|
||||||
|
lib.LogHTTP(r).Info("show status")
|
||||||
lib.Write(w, "running")
|
lib.Write(w, "running")
|
||||||
}
|
}
|
||||||
|
|
Reference in New Issue