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

Fix: running record 조회 api에서 잘못된 uri 매핑 수정 #233

Merged
merged 1 commit into from
Sep 26, 2024

Conversation

WonSteps
Copy link
Member

🔗 이슈 연결

  • x

🚀 구현한 API

  • x

💡 반영할 내용 및 변경 사항 요약

  • 기존에 {runningRecordId}에서 /{runningRecordId}으로 수정합니다.
    • uri 경로에 /가 빠져 Get 요청으로 인식하지 못하는 버그를 수정합니다.
  • InsufficientAuthenticationException 예외 처리를 ExceptionRestHandler에 추가합니다.

🔍 리뷰 요청/참고 사항

@WonSteps WonSteps added the bug Something isn't working label Sep 26, 2024
@WonSteps WonSteps self-assigned this Sep 26, 2024
@WonSteps WonSteps requested a review from hee9841 September 26, 2024 06:37
@WonSteps WonSteps merged commit d04a683 into main Sep 26, 2024
1 check passed
@WonSteps WonSteps deleted the feature/running-record-query branch September 26, 2024 06:37
@WonSteps
Copy link
Member Author

단순 버그 수정이라서 바로 머지했습니다

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant