mirror of https://github.com/gofiber/fiber.git
📚 Doc: Fix code snippet indentation in /docs/api/middleware/keyauth.md
Removes an an extra level of indentation in line 51 of `keyauth.md` [here](https://github.com/gofiber/fiber/blob/main/docs/api/middleware/keyauth.md?plain=1#L51)pull/2868/head
parent
ae8f09ac3b
commit
3f43c69523
|
@ -48,7 +48,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