We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dd3d94 commit 7b3a36fCopy full SHA for 7b3a36f
.github/README.md
@@ -73,7 +73,7 @@ func main() {
73
app := fiber.New()
74
75
// Define a route for the GET method on the root path '/'
76
- app.Get("/", func(c *fiber.Ctx) error {
+ app.Get("/", func(c fiber.Ctx) error {
77
// Send a string response to the client
78
return c.SendString("Hello, World 👋!")
79
})
0 commit comments