@@ -45,7 +45,7 @@ func New(opts ...Option) *Api {
start := time.Now()
c.Next()
- path := c.FullPath()
+ path := c.Request.URL.Path
if slices.Contains(options.logSkipPaths, path) {
return
}