Merge branch 'copilot/vcard-api-integraciones-anlisis'
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user