Skip to content

Commit

Permalink
chore: 네이버맵 응답 처리 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
m020202 committed Aug 16, 2024
1 parent 0579488 commit 1d469ca
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ public String getRoadNameAddress(double latitude, double longitude) {
entity,
String.class
);
System.out.println("API response: " + response);
return parseAddressFromResponse(response.getBody());
}

Expand Down

0 comments on commit 1d469ca

Please sign in to comment.