package handlers import "github.com/gofiber/fiber/v2" func GenerateContract(c *fiber.Ctx) error { return c.SendString("Generate Contract") }