Dependency updates, logging middleware.
This commit is contained in:
@@ -29,7 +29,7 @@ func (app *App) handlePub(pattern string, fn handlerFunc) {
|
||||
}
|
||||
}
|
||||
|
||||
app.mux.HandleFunc(pattern, wrapped)
|
||||
app.mux.HandleFunc(pattern, withLogging(wrapped))
|
||||
}
|
||||
|
||||
func (app *App) handleNotSignedIn(pattern string, fn handlerFunc) {
|
||||
|
||||
Reference in New Issue
Block a user