Add users
This commit is contained in:
@@ -49,6 +49,7 @@ type LoginResponse struct {
|
||||
|
||||
type UserResponse struct {
|
||||
ID uuid.UUID `json:"id"`
|
||||
Username string `json:"username"`
|
||||
Name string `json:"name"`
|
||||
Email string `json:"email"`
|
||||
IsActive bool `json:"is_active"`
|
||||
|
||||
Reference in New Issue
Block a user