Resolves #19
This commit is contained in:
@@ -32,10 +32,6 @@ type LoginResponse struct {
|
||||
User *User `json:"user"`
|
||||
}
|
||||
|
||||
type Response struct {
|
||||
Message string `json:"message"`
|
||||
}
|
||||
|
||||
type User struct {
|
||||
ID string `json:"id"`
|
||||
Email string `json:"email"`
|
||||
|
Reference in New Issue
Block a user