This commit is contained in:
Lizandro Guarnizo
2026-05-15 12:55:57 -05:00
parent 939a1b320c
commit 70a43597f3
2 changed files with 116 additions and 0 deletions
+2
View File
@@ -70,6 +70,8 @@ func main() {
migrations.SeedServidores()
migrations.SeedAdministracion()
migrations.SeedPlantillasBase()
migrations.SeedTelegram()
migrations.SeedPortalClientes()
// Iniciar cron de vencimientos
services.IniciarCron()
defer services.DetenerCron()