mirror of
https://github.com/grafana/grafana.git
synced 2025-07-30 23:22:16 +08:00
Set active account now works again
This commit is contained in:
@ -22,6 +22,7 @@ func Register(m *macaron.Macaron) {
|
||||
m.Get("/account/", auth, Index)
|
||||
m.Get("/api/account/", auth, GetAccount)
|
||||
m.Post("/api/account/collaborators/add", auth, AddCollaborator)
|
||||
m.Post("/api/account/using/:id", auth, SetUsingAccount)
|
||||
m.Get("/api/account/others", auth, GetOtherAccounts)
|
||||
|
||||
// user register
|
||||
|
Reference in New Issue
Block a user