We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
프론트에서 GET 요청 Endpoint의 파라미터를 DTO로 요청 보낼 수 없어 RequestParam으로 받도록 변경합니다.
GET요청에 RequestBody가 불가능함.
GET 요청 Endpoint 정상작동
The text was updated successfully, but these errors were encountered:
refactor: #140-GET 요청 POST로 수정
db4dd53
refactor: #140-Swagger 문서 수정
0673f0e
Merge pull request #141 from kookmin-sw/refactor/be/#140-get-request
9d42b79
Refactor/be/#140 get request
BlueBerrySoda
No branches or pull requests
What is the bug?
프론트에서 GET 요청 Endpoint의 파라미터를 DTO로 요청 보낼 수 없어 RequestParam으로 받도록 변경합니다.
Under what circumstances does the bug occur?
GET요청에 RequestBody가 불가능함.
Expected Result
GET 요청 Endpoint 정상작동
Reference Materials (Optional)
The text was updated successfully, but these errors were encountered: