fix: compilar agent/dist en builder stage y agregar módulos contabilidad/websms
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
ca6a44f64e
commit
e28e2823dc
@@ -453,6 +453,14 @@ func UserRoutes(app fiber.Router) {
|
||||
protected.Put("/mis-notifs/:id/leida", controllers.MarcarNotifLeida)
|
||||
protected.Post("/mis-notifs/marcar-todas", controllers.MarcarTodasLeidas)
|
||||
|
||||
// ─── WebSMS (LabsMobile) ───────────────────────────────────────────────────
|
||||
protected.Get("/websms", middlewares.MenuMiddleware, controllers.WebSmsConfigPage)
|
||||
protected.Get("/websms/config", controllers.GetWebSmsConfig)
|
||||
protected.Post("/websms/save", controllers.SaveWebSmsConfig)
|
||||
protected.Post("/websms/test", controllers.TestWebSms)
|
||||
protected.Get("/websms/logs", controllers.GetWebSmsLogs)
|
||||
protected.Get("/websms/webhook-logs", controllers.GetWebSmsWebhookLogs)
|
||||
|
||||
// ─── Planes dLocal (gestión desde panel protegido) ────────────────────────
|
||||
protected.Get("/dlocal/planes", apiControllers.SeePlanes)
|
||||
protected.Post("/dlocal/planes", apiControllers.CreatePlan)
|
||||
|
||||
Reference in New Issue
Block a user