add working signup + login
This commit is contained in:
parent
bc85b7c340
commit
d8cb8c8fa8
27 changed files with 600 additions and 39 deletions
|
@ -29,7 +29,7 @@ func (a *App) Logger(next http.Handler) http.Handler {
|
|||
}
|
||||
|
||||
// log end request
|
||||
log.Info().
|
||||
log.Debug().
|
||||
Timestamp().
|
||||
Str("remote_ip", r.RemoteAddr).
|
||||
Str("url", r.URL.Path).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue