feat(url-monitor): registrar submódulo en menú bajo "Servidores"

- SeedUrlMonitor() agrega /app/url-monitor al módulo Servidores idempotentemente
- Se llama en el arranque junto al resto de seeds

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Lizandro Guarnizo
2026-07-06 09:54:37 -05:00
co-authored by Claude Sonnet 4.6
parent d0ba75c559
commit 1840b97256
2 changed files with 35 additions and 0 deletions
+1
View File
@@ -120,6 +120,7 @@ func main() {
models.SeedBalanceData()
migrations.SeedContabilidadMenu()
migrations.SeedWebSms()
migrations.SeedUrlMonitor()
// Iniciar cron de vencimientos
services.IniciarCron()
defer services.DetenerCron()