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

[#295] 그룹 나가기 API 구현 #296

Merged
merged 1 commit into from
Sep 5, 2024
Merged

[#295] 그룹 나가기 API 구현 #296

merged 1 commit into from
Sep 5, 2024

Conversation

JeonK1
Copy link
Collaborator

@JeonK1 JeonK1 commented Sep 4, 2024

@JeonK1 JeonK1 self-assigned this Sep 4, 2024
Copy link
Collaborator

@sooziini sooziini left a comment

Choose a reason for hiding this comment

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

빠르당 고생했어 오빠~~~

@@ -36,4 +38,9 @@ interface GroupService {
suspend fun enterGroupByCode(
@Body enterGroupRequest: EnterGroupRequest,
): PicResponse<EnterGroupResponse>

@DELETE("api/v1/groups/{groupId}/join")
Copy link
Collaborator

Choose a reason for hiding this comment

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

그룹 탈퇴인데 왜 join일까. 귱금..

Copy link
Collaborator

@SEO-J17 SEO-J17 left a comment

Choose a reason for hiding this comment

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

몹시 고수. 바로 어푸 누릅니단...

@JeonK1 JeonK1 merged commit f8731a4 into develop Sep 5, 2024
1 check passed
@JeonK1 JeonK1 deleted the feature/#295 branch September 20, 2024 10:24
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.

그룹 나가기 API
3 participants