This commit is contained in:
Lizandro Guarnizo
2026-05-16 18:47:40 -05:00
parent b6203c1a68
commit 4c14f4a641
5 changed files with 125 additions and 28 deletions
+1
View File
@@ -25,6 +25,7 @@ func PortalRoutes(app fiber.Router) {
// Tickets
portal.Post("/tickets", controllers.PortalCrearTicket)
portal.Post("/tickets/:id/mensaje", controllers.PortalResponderTicket)
portal.Post("/tickets/:id/leido", controllers.PortalMarcarTicketLeido)
// Descargas
portal.Get("/entregables/:id/download", controllers.PortalDownloadEntregable)