feat: sesión 1 año + validación sintaxis plantilla en tiempo real
This commit is contained in:
@@ -42,6 +42,7 @@ func RenovacionesRoutes(protected fiber.Router) {
|
||||
protected.Delete("/api/plantillas-correo/:id", controllers.DeletePlantilla)
|
||||
protected.Get("/api/plantillas-correo/:id/preview", controllers.PreviewPlantilla)
|
||||
protected.Post("/api/plantillas-correo/:id/test", controllers.TestEnvioPlantilla)
|
||||
protected.Post("/api/plantillas-correo/validate", controllers.ValidarPlantilla)
|
||||
|
||||
// ─── Reglas de notificación ───────────────────────────────────────
|
||||
protected.Get("/reglas-notificacion", middlewares.MenuMiddleware, controllers.ReglasView)
|
||||
|
||||
Reference in New Issue
Block a user