mirror of
https://github.com/grafana/grafana.git
synced 2025-02-16 18:34:52 -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
|
bind := binding.Bind
|
||||||
|
|
||||||
// not logged in views
|
// not logged in views
|
||||||
r.Get("/", reqSignedIn, Index)
|
r.Get("/", reqSignedIn, Index)
|
||||||
r.Get("/logout", Logout)
|
r.Get("/logout", Logout)
|
||||||
r.Post("/login", bind(dtos.LoginCommand{}), wrap(LoginPost))
|
r.Post("/login", bind(dtos.LoginCommand{}), wrap(LoginPost))
|
||||||
r.Get("/login/:name", OAuthLogin)
|
r.Get("/login/:name", OAuthLogin)
|
||||||
|
Loading…
Reference in New Issue
Block a user