This commit is contained in:
Lizandro Guarnizo
2026-05-27 09:34:21 -05:00
parent 36c9e0a6d5
commit 498e1d5743
5 changed files with 485 additions and 0 deletions
+3
View File
@@ -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)