mirror of
https://github.com/grafana/grafana.git
synced 2025-08-03 05:08:36 +08:00
Home dashboard per user per org works
This commit is contained in:
@ -162,7 +162,7 @@ func Register(r *macaron.Macaron) {
|
||||
|
||||
// Preferences
|
||||
r.Group("/preferences", func() {
|
||||
r.Get("/", wrap(GetPreferences))
|
||||
r.Get("/", GetPreferences)
|
||||
r.Put("/", bind(m.SavePreferencesCommand{}), wrap(SavePreferences))
|
||||
r.Post("/set-home-dash", bind(m.SavePreferencesCommand{}), wrap(SetHomeDashboard))
|
||||
})
|
||||
|
Reference in New Issue
Block a user