1. // GET http://example.com
    2. app.Get("/", func(c *fiber.Ctx) error {
    3. })