Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Missing a pointer reference when passing the context object in the route handler function. In Fiber, the context (c) is a pointer, so it should be *fiber.Ctx instead of fiber.Ctx.
- Loading branch information