mirror of
https://github.com/grafana/grafana.git
synced 2025-07-30 08:12:53 +08:00
Working on account collaborators
This commit is contained in:
@ -33,7 +33,8 @@ func Register(m *macaron.Macaron) {
|
||||
// account
|
||||
m.Group("/account", func() {
|
||||
m.Get("/", GetAccount)
|
||||
m.Post("/collaborators/add", AddCollaborator)
|
||||
m.Put("/collaborators", AddCollaborator)
|
||||
m.Delete("/collaborators/:id", RemoveCollaborator)
|
||||
m.Post("/using/:id", SetUsingAccount)
|
||||
m.Get("/others", GetOtherAccounts)
|
||||
})
|
||||
|
Reference in New Issue
Block a user