genofire/hs_monolith
genofire
/
hs_monolith
Archived
1
0
Fork 0

in status

This commit is contained in:
Geno 2017-03-30 13:52:33 +02:00 committed by GitHub
parent dfcf1016a1
commit b1e99beeca
1 changed files with 1 additions and 0 deletions

View File

@ -7,5 +7,6 @@ import (
)
func statusHandler(w http.ResponseWriter, r *http.Request) {
lib.LogHTTP(r).Info("show status")
lib.Write(w, "running")
}