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
/api/v1/review/detail의 엔드포인트 계층이 모호하다는 Client쪽 의견이 있었습니다. (슬랙 참고)
/api/v1/review/detail
/api/v1/review/detail를 /api/v1/building/{buildingId}/reviews로 변경하는 것이 어떻냐는 의견을 함께 받았습니다.
/api/v1/building/{buildingId}/reviews
아직 자세히 살펴보진 않았으나 PathVariable을 사용할 때 항상 이 점들을 고려합니다.
의견 주시면 감사하겠습니다!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What
/api/v1/review/detail
의 엔드포인트 계층이 모호하다는 Client쪽 의견이 있었습니다. (슬랙 참고)How
/api/v1/review/detail
를/api/v1/building/{buildingId}/reviews
로 변경하는 것이 어떻냐는 의견을 함께 받았습니다.Topic
아직 자세히 살펴보진 않았으나 PathVariable을 사용할 때 항상 이 점들을 고려합니다.
의견 주시면 감사하겠습니다!
The text was updated successfully, but these errors were encountered: