Skip to content

Commit

Permalink
Update ctx.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ReneWerner87 committed Jun 19, 2023
1 parent 204b01a commit 9bcdb56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/ctx.md
Original file line number Diff line number Diff line change
Expand Up @@ -1112,7 +1112,7 @@ app.Get("/", func(c *fiber.Ctx) error {
// GET /api/posts?filters.author.name=John&filters.category.name=Technology

app.Get("/", func(c *fiber.Ctx) error {
m := c.Queies()
m := c.Queries()
m["filters.author.name"] // John
m["filters.category.name"] // Technology
})
Expand Down

0 comments on commit 9bcdb56

Please sign in to comment.