basic sample done
This commit is contained in:
@@ -8,5 +8,5 @@ import (
|
||||
type UserHandler struct{}
|
||||
|
||||
func (h UserHandler) HandlerUserShow(c echo.Context) error {
|
||||
return user.Show().Render(c.Request().Context(), c.Response())
|
||||
return render(c, user.Show())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user