Renamed jwt_token to token

This commit is contained in:
2025-10-20 18:48:34 +02:00
parent f675a12790
commit fc0130e573

View File

@@ -6,7 +6,7 @@ type AuthLoginRequestDTO struct {
}
type AuthLoginResponseDTO struct {
Token string `json:"jwt_token"`
Token string `json:"token"`
}
type AuthRegisterRequestDTO struct {