Skip to content

Commit

Permalink
📚 Update app.md for indentation (#2761)
Browse files Browse the repository at this point in the history
Update app.md for indentation
  • Loading branch information
MehmetFiratKomurcu committed Dec 13, 2023
1 parent b185083 commit 090acbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/app.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ func main() {
app.Route("/test", func(api fiber.Router) {
api.Get("/foo", handler).Name("foo") // /test/foo (name: test.foo)
api.Get("/bar", handler).Name("bar") // /test/bar (name: test.bar)
api.Get("/bar", handler).Name("bar") // /test/bar (name: test.bar)
}, "test.")
log.Fatal(app.Listen(":3000"))
Expand Down

0 comments on commit 090acbb

Please sign in to comment.