feat: área de soporte con webhook de correo y asignación de tickets
This commit is contained in:
@@ -76,6 +76,10 @@ func RutasPublicas(web fiber.Router) {
|
||||
// ─── Página de estado del sistema (Atlassian Statuspage) ────────────────
|
||||
web.Get("/status", controllers.StatusPage)
|
||||
|
||||
// ─── Webhook de soporte (correo entrante) ────────────────────────────────
|
||||
// Configurar en SendGrid/Mailgun: POST {HOST}/webhooks/soporte/{provider}
|
||||
web.Post("/webhooks/soporte/:provider", controllers.SoporteWebhook)
|
||||
|
||||
// ─── Landing Generator (acceso con X-Landing-Secret) ─────────────────────
|
||||
// Rutas públicas (sin secret) para lectura de preview y polling
|
||||
web.Get("/landing/preview/:token", apiControllers.LandingGetSession)
|
||||
|
||||
Reference in New Issue
Block a user