mirror of
https://github.com/gofiber/fiber.git
synced 2025-05-31 11:52:41 +00:00
This reverts commit 9dd3d94ff24735c4e018e0b94db5bba22d8f45f3.
This commit is contained in:
parent
9dd3d94ff2
commit
7b3a36f22f
2
.github/README.md
vendored
2
.github/README.md
vendored
@ -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 👋!")
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user