mirror of https://github.com/gofiber/fiber.git
parent
51becc123b
commit
641e7459f8
|
@ -221,7 +221,7 @@ func main() {
|
||||||
return c.Next()
|
return c.Next()
|
||||||
})
|
})
|
||||||
|
|
||||||
// GET /api/register
|
// GET /api/list
|
||||||
app.Get("/api/list", func(c *fiber.Ctx) error {
|
app.Get("/api/list", func(c *fiber.Ctx) error {
|
||||||
fmt.Println("🥉 Last handler")
|
fmt.Println("🥉 Last handler")
|
||||||
return c.SendString("Hello, World 👋!")
|
return c.SendString("Hello, World 👋!")
|
||||||
|
|
Loading…
Reference in New Issue