feat: sesión 1 año + validación sintaxis plantilla en tiempo real

This commit is contained in:
Lizandro Guarnizo
2026-04-30 22:53:10 -05:00
parent 46c89457dc
commit 4e564a7e28
7 changed files with 41 additions and 10 deletions
+1
View File
@@ -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)