fix: improvement response api and docs
This commit is contained in:
@@ -7,7 +7,7 @@ type LoginReq struct {
|
||||
Password string `json:"password" validate:"required"`
|
||||
}
|
||||
|
||||
type LoginResponse struct {
|
||||
type AuthResponse struct {
|
||||
Token string `json:"token"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user