Skip to content

Commit

Permalink
chore: API 응답 속성명 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
csct3434 committed Jan 30, 2024
1 parent c1b5c18 commit 26a7462
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
public class SolarTermDto {

private final int sequence;
private final LocalDate localDate;
private final LocalDate date;

public static SolarTermDto build(SolarTerm solarTerm) {
return new SolarTermDto(solarTerm.getSequence(), solarTerm.getDate());
Expand Down

0 comments on commit 26a7462

Please sign in to comment.