Skip to content

Commit

Permalink
Merge pull request #2868 from grivera64/main
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 ae8f09a + 3f43c69 commit 529086a
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 @@ -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!")
})

Expand Down

0 comments on commit 529086a

Please sign in to comment.