Kevin Adam

Results 1 issues of Kevin Adam

### Bug Description When placing app.Static before any app.Use middleware, the middleware functions execute twice. This causes unexpected behavior and redundancy in middleware execution. ```go app.Static("/", "./public") app.Use(func(c *fiber.Ctx) error...

☢️ Bug