mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 00:55:16 +08:00
feat(alerting): only expose DTO info when requesting all notifications
This commit is contained in:
@ -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