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

@ -41,7 +41,7 @@ import (
// @Failure 400 {object} web.HTTPError "Something's invalid."
// @Failure 500 {object} models.Message "Internal server error."
// @Router /users [get]
func UserProject(c echo.Context) error {
func UserList(c echo.Context) error {
search := c.QueryParam("s")
s := db.NewSession()