up
This commit is contained in:
@@ -235,6 +235,9 @@ func UserRoutes(app fiber.Router) {
|
||||
protected.Post("/pasarelas/bold/crear-link", apiControllers.BoldCreatePaymentLink)
|
||||
protected.Get("/pasarelas/bold/link/:linkID", apiControllers.BoldGetLinkStatus)
|
||||
|
||||
// ─── Landing Generator (admin) ────────────────────────────────────────────
|
||||
protected.Get("/landing-pages", middlewares.MenuMiddleware, apiControllers.LandingAdminList)
|
||||
|
||||
// ─── Productos SaaS ──────────────────────────────────────────────────────
|
||||
protected.Get("/saas", middlewares.MenuMiddleware, controllers.SaasIndex)
|
||||
protected.Get("/loadsaas", controllers.GetSaasProductos)
|
||||
|
||||
Reference in New Issue
Block a user