Merge branch 'copilot/vcard-api-integraciones-anlisis'

This commit is contained in:
Lizandro Guarnizo
2026-05-25 22:04:25 -05:00
3 changed files with 38 additions and 3 deletions
+2
View File
@@ -23,6 +23,8 @@ func RutasPublicas(web fiber.Router) {
// Webhook entrante por integración SaaS (token único por config)
web.Post("/webhooks/saas-in/:token", controllers.SaasWebhookInHandler)
web.Get("/webhooks/saas-in/:token", controllers.SaasWebhookInHandler) // algunos SaaS verifican con GET
// Coolify notifica eventos de deployment/restart aquí (configurar en Coolify → Settings → Notifications → Webhook)
web.Post("/webhooks/coolify", controllers.CoolifyWebhook)
// ─── Página de confirmación de pago ───────────────────────────────────
web.Get("/pago-exitoso", apiControllers.PagoExitosoPage)