Skip to content

Commit

Permalink
Merge pull request #2867 from grivera64/v2
Browse files Browse the repository at this point in the history
📚 Doc: Fix code snippet indentation in /docs/api/middleware/keyauth.md
  • Loading branch information
gaby committed Feb 19, 2024
2 parents 4e0f180 + a84a7ce commit cf54c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/middleware/keyauth.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!")
})

Expand Down

0 comments on commit cf54c25

Please sign in to comment.