package medias import "github.com/gofiber/fiber/v3" func GetMedias(c fiber.Ctx) error { return c.SendString("medias") }