package v1 import ( "github.com/gofiber/fiber/v2" ) func Ping(c *fiber.Ctx) error { return c.SendString("pong") }