Update main.go

This commit is contained in:
Lizandro Guarnizo
2026-05-01 12:10:51 -05:00
parent 53dcdcf88d
commit 33899bb6ae
+1
View File
@@ -56,6 +56,7 @@ func main() {
// Seed automático (idempotente) de módulos del sistema
migrations.SeedRenovaciones()
migrations.SeedIntegraciones()
migrations.SeedPasarelas()
// Iniciar cron de vencimientos
services.IniciarCron()
defer services.DetenerCron()