This commit is contained in:
Lizandro Guarnizo
2026-05-12 22:07:31 -05:00
parent f07ac623eb
commit aead156ba8
5 changed files with 70 additions and 5 deletions
+1
View File
@@ -69,6 +69,7 @@ func main() {
migrations.SeedSaas()
migrations.SeedServidores()
migrations.SeedAdministracion()
migrations.SeedPlantillasBase()
// Iniciar cron de vencimientos
services.IniciarCron()
defer services.DetenerCron()