Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
#️⃣ 연관된 이슈
Resolves #65
📝 작업 내용
POST /api/records
API에서 x_pos와 y_pos 값을 두 번 입력해야 하는 이슈가 있어 이를 해결하였습니다.@JsonProperty
를 없애주는 방법도 있지만, x_pos, y_pos보다는 프론트엔드에서 사용하는 라이브러리에 맞게 각각 위도, 경도를 나타내는 latitude와 longitude로 속성명을 변경하는 것이 더 낫겠다고 판단하여 위도, 경도 속성명을 수정합니다.수정한 request body 예시는 다음과 같습니다.
스크린샷 (선택)
💬 리뷰 요구사항(선택)
✅ Check List