Added the ability to update a users password
This commit is contained in:
@ -73,6 +73,7 @@ func RegisterRoutes(e *echo.Echo) {
|
||||
|
||||
// User stuff
|
||||
a.GET("/user", apiv1.UserShow)
|
||||
a.POST("/user/password", apiv1.UserChangePassword)
|
||||
a.GET("/users", apiv1.UserList)
|
||||
|
||||
listHandler := &crud.WebHandler{
|
||||
|
Reference in New Issue
Block a user