1
0

fix: rename after rebase

This commit is contained in:
kolaente
2022-12-29 18:53:52 +01:00
parent d79c393e5b
commit e93a5ff11f
3 changed files with 4 additions and 4 deletions

View File

@ -287,7 +287,7 @@ func registerAPIRoutes(a *echo.Group) {
u.GET("", apiv1.UserShow)
u.POST("/password", apiv1.UserChangePassword)
u.GET("s", apiv1.UserProject)
u.GET("s", apiv1.UserList)
u.POST("/token", apiv1.RenewToken)
u.POST("/settings/email", apiv1.UpdateUserEmail)
u.GET("/settings/avatar", apiv1.GetUserAvatarProvider)