Improved API

This commit is contained in:
Eduard Urbach 2024-03-16 15:22:47 +01:00
parent e8f9f4ff95
commit a172cbd45f
Signed by: eduard
GPG key ID: 49226B848C78F6C8
10 changed files with 232 additions and 121 deletions

View file

@ -14,7 +14,7 @@ func main() {
start := time.Now()
defer func() {
fmt.Println(ctx.Path(), time.Since(start))
fmt.Println(ctx.Request().Path(), time.Since(start))
}()
return ctx.Next()