Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fc0130e573 |
@@ -6,7 +6,7 @@ type AuthLoginRequestDTO struct {
|
||||
}
|
||||
|
||||
type AuthLoginResponseDTO struct {
|
||||
Token string `json:"jwt_token"`
|
||||
Token string `json:"token"`
|
||||
}
|
||||
|
||||
type AuthRegisterRequestDTO struct {
|
||||
|
||||
Reference in New Issue
Block a user