mirror of
https://github.com/grafana/grafana.git
synced 2025-07-30 22:32:10 +08:00
Worked on dashboard starring and unstarring, renamed favorite model to star
This commit is contained in:
@ -45,8 +45,8 @@ func Register(r *macaron.Macaron) {
|
||||
r.Put("/", bind(m.UpdateUserCommand{}), UpdateUser)
|
||||
r.Post("/using/:id", SetUsingAccount)
|
||||
r.Get("/accounts", GetUserAccounts)
|
||||
r.Post("/favorites/dashboard/:id", AddAsFavorite)
|
||||
r.Delete("/favorites/dashboard/:id", RemoveAsFavorite)
|
||||
r.Post("/stars/dashboard/:id", StarDashboard)
|
||||
r.Delete("/stars/dashboard/:id", UnstarDashboard)
|
||||
})
|
||||
|
||||
// account
|
||||
|
Reference in New Issue
Block a user