Skip to content

Commit 7861930

Browse files
committed
fix: AuthenticationController.java
1 parent 52e3b13 commit 7861930

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/java/com/chat/yourway/controller/rest/AuthenticationController.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ public class AuthenticationController {
4444
private static final String LOGOUT = "/logout";
4545

4646
@Operation(summary = "Registration a new contact", responses = {
47-
@ApiResponse(responseCode = "201", description = SUCCESSFULLY_REGISTERED,
48-
content = @Content(schema = @Schema(implementation = AuthResponseDto.class))),
47+
@ApiResponse(responseCode = "201", description = SUCCESSFULLY_REGISTERED),
4948
@ApiResponse(responseCode = "409", description = VALUE_NOT_UNIQUE,
5049
content = @Content(schema = @Schema(implementation = ApiErrorResponseDto.class))),
5150
@ApiResponse(responseCode = "400", description = ERR_SENDING_EMAIL,

0 commit comments

Comments
 (0)