diff --git a/internal/dto/auth_request.go b/internal/dto/auth_request.go index 6b99087..52d72d8 100644 --- a/internal/dto/auth_request.go +++ b/internal/dto/auth_request.go @@ -49,4 +49,3 @@ type RefreshTokenRequest struct { type RevokeTokenRequest struct { RefreshToken string `json:"refresh_token" example:"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..." binding:"required"` } - diff --git a/internal/dto/post_request.go b/internal/dto/post_request.go index 3bfca1a..b1250d4 100644 --- a/internal/dto/post_request.go +++ b/internal/dto/post_request.go @@ -10,4 +10,3 @@ type UpdatePostRequest struct { Title string `json:"title"` Content string `json:"content"` } -