feat: agregar configuración de integración para VCard API y actualizar seed de módulos

This commit is contained in:
Lizandro Guarnizo
2026-05-19 20:16:34 -05:00
parent f577054e66
commit af1b8f4bdb
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -73,6 +73,8 @@ func main() {
&models.PartnerComunicado{},
// Portal: recuperación de contraseña
&models.PortalPasswordResetToken{},
// Integración VCard API Admin
&models.VcardApiConfig{},
)
// Seed automático (idempotente) de módulos del sistema
migrations.SeedRenovaciones()
+1
View File
@@ -424,6 +424,7 @@ func SeedIntegraciones() {
entries := []struct{ title, desc, url string }{
{"Hostinger", "Panel de VPS, dominios, hosting y DNS de Hostinger", "/app/hostinger"},
{"Cloudflare", "Gestión de zonas, DNS, SSL y firewall en Cloudflare", "/app/cloudflare"},
{"VCard API", "Integración con el sistema VCard externo (Laravel + Sanctum): usuarios, membresías, vcards, pagos y más", "/app/vcard-api"},
}
var insertados []models.Submodules