feat: integración Hostinger + Cloudflare API (modelo, servicio, controlador, rutas, migración)

This commit is contained in:
Lizandro Guarnizo
2026-04-30 23:23:34 -05:00
parent ee1391db81
commit cb8e15ec4c
8 changed files with 829 additions and 0 deletions
+3
View File
@@ -50,6 +50,9 @@ func Migrate() {
&models.Contrato{},
&models.NotificacionLog{},
&models.SmtpConfig{},
// Integraciones externas
&models.HostingerConfig{},
&models.CloudflareConfig{},
); err != nil {
log.Fatalf("Error during main migration: %v", err)
}