mirror of
https://github.com/grafana/grafana.git
synced 2024-11-26 02:40:26 -06:00
fix(gofmt): somehow api.go did not pass gofmt test
This commit is contained in:
parent
de753bf330
commit
37ad58c69e
@ -17,7 +17,7 @@ func Register(r *macaron.Macaron) {
|
||||
bind := binding.Bind
|
||||
|
||||
// not logged in views
|
||||
r.Get("/", reqSignedIn, Index)
|
||||
r.Get("/", reqSignedIn, Index)
|
||||
r.Get("/logout", Logout)
|
||||
r.Post("/login", bind(dtos.LoginCommand{}), wrap(LoginPost))
|
||||
r.Get("/login/:name", OAuthLogin)
|
||||
|
Loading…
Reference in New Issue
Block a user