Skip to content

Commit

Permalink
refactor: MessageController.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladik-gif committed Sep 8, 2024
1 parent 7cb5ef1 commit ff10681
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@ public MessageResponseDto sendToPrivateContact(@PathVariable String sendToEmail,
return messageService.sendToContact(sendToEmail, message);
}

@Operation(summary = "Get messages by topic",
responses = {
@Operation(summary = "Get messages by topic", responses = {
@ApiResponse(responseCode = "200", description = SUCCESSFULLY_REPORTED_MESSAGE),
@ApiResponse(responseCode = "400", description = INVALID_VALUE),
@ApiResponse(responseCode = "403", description = TOPIC_NOT_ACCESS,
Expand Down

0 comments on commit ff10681

Please sign in to comment.