Skip to content

Commit

Permalink
[refac] fix HankkiResponse.java as api spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Parkjyun committed Jul 9, 2024
1 parent fb965da commit 9051f25
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
@RequiredArgsConstructor(access = AccessLevel.PRIVATE)
public class HankkiResponse<T> {

private final int status;
private final int code;
private final String message;
@JsonInclude(value = JsonInclude.Include.NON_NULL)
private T data;
Expand Down

0 comments on commit 9051f25

Please sign in to comment.