mirror of
https://github.com/grafana/grafana.git
synced 2026-08-04 10:33:21 -05:00
feat(alerting): only expose DTO info when requesting all notifications
This commit is contained in:
+1
-1
@@ -263,7 +263,7 @@ func Register(r *macaron.Macaron) {
|
||||
r.Delete("/:notificationId", wrap(DeleteAlertNotification))
|
||||
})
|
||||
|
||||
r.Get("/changes", wrap(GetAlertChanges))
|
||||
//r.Get("/changes", wrap(GetAlertChanges))
|
||||
})
|
||||
|
||||
// error test
|
||||
|
||||
Reference in New Issue
Block a user