From 33899bb6ae5f417507b79098e97c4a15f37d7c5f Mon Sep 17 00:00:00 2001 From: Lizandro Guarnizo <77708265+lizandrogd@users.noreply.github.com> Date: Fri, 1 May 2026 12:10:51 -0500 Subject: [PATCH] Update main.go --- main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/main.go b/main.go index c4052ce..479ba61 100755 --- a/main.go +++ b/main.go @@ -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()