#47 make ui mobilre friendly
This commit is contained in:
@@ -25,6 +25,6 @@ func Logging(next http.Handler) http.Handler {
|
||||
StatusCode: http.StatusOK,
|
||||
}
|
||||
next.ServeHTTP(wrapped, r)
|
||||
log.Println(wrapped.StatusCode, r.Method, r.URL.Path, time.Since(start))
|
||||
log.Println(r.RemoteAddr, wrapped.StatusCode, r.Method, r.URL.Path, time.Since(start))
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user