mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 03:02:18 +08:00
Tokens small fixes
This commit is contained in:
@ -25,6 +25,8 @@ func Register(r *macaron.Macaron) {
|
||||
// authed views
|
||||
r.Get("/account/", reqSignedIn, Index)
|
||||
r.Get("/account/datasources/", reqSignedIn, Index)
|
||||
r.Get("/account/collaborators/", reqSignedIn, Index)
|
||||
r.Get("/account/apikeys/", reqSignedIn, Index)
|
||||
r.Get("/admin", reqSignedIn, Index)
|
||||
r.Get("/dashboard/*", reqSignedIn, Index)
|
||||
|
||||
|
Reference in New Issue
Block a user