feat(alerting): only expose DTO info when requesting all notifications

This commit is contained in:
bergquist
2016-06-20 11:31:20 +02:00
parent 96e5ad3f5c
commit 0c5da9155f
4 changed files with 27 additions and 2 deletions

View File

@ -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