mirror of https://github.com/gofiber/fiber.git
Merge pull request #2867 from grivera64/v2
📚 Doc: Fix code snippet indentation in /docs/api/middleware/keyauth.md
pull/2883/head
commit
cf54c257e9
|
@ -47,7 +47,7 @@ func main() {
|
|||
Validator: validateAPIKey,
|
||||
}))
|
||||
|
||||
app.Get("/", func(c *fiber.Ctx) error {
|
||||
app.Get("/", func(c *fiber.Ctx) error {
|
||||
return c.SendString("Successfully authenticated!")
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in New Issue