Skip to content

Commit

Permalink
[BE] location 테이블의 더미 데이터 수정 및 로그인 응답 수정 (#384)
Browse files Browse the repository at this point in the history
  • Loading branch information
KOKEONHO committed Oct 5, 2023
2 parents 2851e84 + ab145c3 commit 750f8fb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8,553 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
public class LocationTownDto {

private final Long locationIdx;
private final String locationName;
private final String town;

public static LocationTownDto of(Location location) {
if (location == null) {
Expand Down

0 comments on commit 750f8fb

Please sign in to comment.