From 641e7459f8f7ca621abeb635ccee61516f1c789d Mon Sep 17 00:00:00 2001 From: Luis Date: Thu, 27 May 2021 15:14:14 -0300 Subject: [PATCH] small comment fix (#1347) Fix to a comment pointing to wrong endpoint --- .github/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/README.md b/.github/README.md index f73a0e3fa1..1be3ee43b3 100644 --- a/.github/README.md +++ b/.github/README.md @@ -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 👋!")