mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06: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