mirror of
https://github.com/gofiber/fiber.git
synced 2025-05-30 19:33:01 +00:00
Update ctx.md
This commit is contained in:
parent
204b01aeb2
commit
9bcdb560dc
@ -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
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user