mirror of
https://github.com/gofiber/fiber.git
synced 2025-05-31 11:52:41 +00:00
Typo
This commit is contained in:
parent
9ff149324e
commit
a146f71f01
@ -15,7 +15,7 @@ app.Get("/", func(c *fiber.Ctx) {
|
|||||||
|
|
||||||
// Accept: text/*, application/json
|
// Accept: text/*, application/json
|
||||||
c.Accepts("html")
|
c.Accepts("html")
|
||||||
// => true
|
// => "html"
|
||||||
c.Accepts("text/html")
|
c.Accepts("text/html")
|
||||||
//=> "text/html"
|
//=> "text/html"
|
||||||
c.Accepts("json", "text")
|
c.Accepts("json", "text")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user