package routes import "github.com/gofiber/fiber/v2" func Default(c *fiber.Ctx) error { return c.SendString("Default route") }