package test
import "github.com/gofiber/fiber/v2"
func RegisterController(app *fiber.App) {
app.Group("/test")
}