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

Feat: #BBB-145 내가 만든 스터디 목록 API #66

Merged
merged 1 commit into from
Oct 10, 2024

Conversation

msjang4
Copy link
Contributor

@msjang4 msjang4 commented Oct 1, 2024

작업 개요

전달 사항

참고 자료

@msjang4 msjang4 added ✅Test 테스트 추가 / 수정 ⚙️Build 빌드 및 패키지 매니저 수정 labels Oct 1, 2024
@msjang4 msjang4 self-assigned this Oct 1, 2024
Copy link
Contributor

@platinouss platinouss left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니다 !

@@ -253,4 +253,15 @@ public ResponseEntity<List<AssignmentResult>> createAssignments(

return ResponseEntity.created(location).body(assignmentResults);
}

@GetMapping("/my")
public ResponseEntity<List<StudyResponse>> myStudies(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

내가 참여한 스터디를 반환하는 api랑 헷갈릴 수도 있을 것 같아요

@msjang4 msjang4 force-pushed the feat/my_studies#BBB-145 branch from 5b36daa to 17ec6f1 Compare October 10, 2024 01:54
@msjang4 msjang4 merged commit 341d355 into develop Oct 10, 2024
1 check passed
@msjang4 msjang4 deleted the feat/my_studies#BBB-145 branch October 10, 2024 02:03
@msjang4 msjang4 restored the feat/my_studies#BBB-145 branch October 10, 2024 03:03
msjang4 added a commit that referenced this pull request Oct 10, 2024
Feat: #BBB-145 내가 만든 스터디 목록 API
msjang4 added a commit that referenced this pull request Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⚙️Build 빌드 및 패키지 매니저 수정 ✅Test 테스트 추가 / 수정
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants