mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
More work on backend for user favorites
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package middleware
|
||||
|
||||
const (
|
||||
SESS_KEY_USERID = "uid"
|
||||
SESS_KEY_FAVORITES = "favorites"
|
||||
)
|
||||
Reference in New Issue
Block a user