feat: agregar configuración de integración para VCard API y actualizar seed de módulos
This commit is contained in:
@@ -73,6 +73,8 @@ func main() {
|
|||||||
&models.PartnerComunicado{},
|
&models.PartnerComunicado{},
|
||||||
// Portal: recuperación de contraseña
|
// Portal: recuperación de contraseña
|
||||||
&models.PortalPasswordResetToken{},
|
&models.PortalPasswordResetToken{},
|
||||||
|
// Integración VCard API Admin
|
||||||
|
&models.VcardApiConfig{},
|
||||||
)
|
)
|
||||||
// Seed automático (idempotente) de módulos del sistema
|
// Seed automático (idempotente) de módulos del sistema
|
||||||
migrations.SeedRenovaciones()
|
migrations.SeedRenovaciones()
|
||||||
|
|||||||
@@ -424,6 +424,7 @@ func SeedIntegraciones() {
|
|||||||
entries := []struct{ title, desc, url string }{
|
entries := []struct{ title, desc, url string }{
|
||||||
{"Hostinger", "Panel de VPS, dominios, hosting y DNS de Hostinger", "/app/hostinger"},
|
{"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"},
|
{"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
|
var insertados []models.Submodules
|
||||||
|
|||||||
Reference in New Issue
Block a user