This commit is contained in:
Lakhan Samani
2021-07-15 00:39:48 +05:30
parent 27264c6e29
commit 65fb655f66
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"`