1
0

Added the ability to update a users password

This commit is contained in:
konrad
2018-10-03 19:28:17 +02:00
parent 17368dea9a
commit 85c9fba808
4 changed files with 43 additions and 58 deletions

View File

@ -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{