Skip to content

Commit

Permalink
small comment fix (#1347)
Browse files Browse the repository at this point in the history
Fix to a comment pointing to wrong endpoint
  • Loading branch information
lrweck authored May 27, 2021
1 parent 51becc1 commit 641e745
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 @@ -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 👋!")
Expand Down

0 comments on commit 641e745

Please # to comment.