diff --git a/api/domain/responses.go b/api/domain/responses.go index b69a21d..6bc2658 100644 --- a/api/domain/responses.go +++ b/api/domain/responses.go @@ -1,7 +1,7 @@ package domain type ErrorResponse struct { - HttpCode int `json:"code"` + Success bool `json:"success"` Message string `json:"message"` }