small comment fix (#1347)

Fix to a comment pointing to wrong endpoint
pull/1355/head
Luis 2021-05-27 15:14:14 -03:00 committed by GitHub
parent 51becc123b
commit 641e7459f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
.github/README.md vendored
View File

@ -221,7 +221,7 @@ func main() {
return c.Next()
})
// GET /api/register
// GET /api/list
app.Get("/api/list", func(c *fiber.Ctx) error {
fmt.Println("🥉 Last handler")
return c.SendString("Hello, World 👋!")