Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

중고거래 및 동네생활 검색 기능 API 수정 #91

Merged
merged 3 commits into from
Feb 1, 2025

Conversation

alpakar02
Copy link
Collaborator

📌 Pull Request Template

🔍 관련 이슈

✨ 주요 변경 사항

  • 백엔드: 중고거래 및 동네생활 검색 기능 API 수정

📋 작업 내용

추가/변경된 내용

  • 중고거래 및 동네생활 검색 기능 API 수정

작업 상세 설명

  1. GET Method 에서는 RequestBody 를 받을 수 없음. (몰랐었음)
  2. 그러므로 검색하고자 하는 text를 RequestBody 형식이 아니라, RequestParam 형식으로 받아 처리하도록 코드를 수정하였음.

✅ 체크리스트

  • 코드가 잘 빌드됨
  • Linter
  • 모든 테스트 통과
  • kanban update

⚠️ 주의 사항

  • GET Method 를 사용할 때는 RequestBody를 받으면 안된다!

📎 참고 자료

  • 없음.

@alpakar02 alpakar02 merged commit a4d1357 into main Feb 1, 2025
1 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant