Improved API

This commit is contained in:
2024-03-16 15:22:47 +01:00
parent 4faeb6e956
commit 12312642c7
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()