This commit is contained in:
Lakhan Samani
2021-07-15 00:39:48 +05:30
parent 3e05f909a8
commit ffd30fe7fb
4 changed files with 47 additions and 117 deletions

View File

@@ -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"`