This commit is contained in:
Kyle Bostelmann 2016-09-29 17:53:01 -03:00
parent 21daa29f3b
commit ffeeaa035b

View File

@ -29,7 +29,7 @@ func NewRouter() *mux.Router {
Handler(AuthorizeHandler(route.HandlerFunc))
}
// The login handler does not check for authentication.
// The login handler does not check for authentication.
s.Path("/login").
Methods("POST").
Name("LoginUser").