Skip to content

Commit

Permalink
Merge branch 'main' into feature/add-app-test-config
Browse files Browse the repository at this point in the history
  • Loading branch information
grivera64 authored Oct 16, 2024
2 parents 3639a78 + 7b3a36f commit 4a2a77d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ func main() {
app := fiber.New()

// Define a route for the GET method on the root path '/'
app.Get("/", func(c *fiber.Ctx) error {
app.Get("/", func(c fiber.Ctx) error {
// Send a string response to the client
return c.SendString("Hello, World 👋!")
})
Expand Down

0 comments on commit 4a2a77d

Please sign in to comment.