ip
This commit is contained in:
@@ -346,6 +346,9 @@ func UserRoutes(app fiber.Router) {
|
||||
protected.Get("/notif-config", middlewares.MenuMiddleware, controllers.NotifConfigIndex)
|
||||
protected.Get("/notif-config/data", controllers.GetNotifConfigs)
|
||||
protected.Post("/notif-config", controllers.SaveNotifConfig)
|
||||
// Umbrales de alerta de servidores
|
||||
protected.Get("/servidor-alerta-config", controllers.GetServidorAlertaConfig)
|
||||
protected.Post("/servidor-alerta-config", controllers.SaveServidorAlertaConfig)
|
||||
|
||||
// Partner Recursos (documentación y comunicados para partners)
|
||||
protected.Get("/partner-recursos", middlewares.MenuMiddleware, controllers.PartnerRecursosIndex)
|
||||
|
||||
Reference in New Issue
Block a user