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][#97] MyPage Album 이미지 삭제 API 연결 #100

Merged
merged 6 commits into from
Mar 1, 2024

Conversation

josushell
Copy link
Member

  • MyPage 하단 부분 My Album 이미지 삭제 API 연결 했습니다~
  • 근데 문제는 지금 로그인이 안되어서 구현만 했고 업로드 하고 삭제되는지 테스트를 못함
  • 일단 코드 한번 보고 이상있으면 알려줘유

@josushell josushell added the feature New feature or request label Feb 29, 2024
@josushell josushell self-assigned this Feb 29, 2024
@josushell josushell linked an issue Feb 29, 2024 that may be closed by this pull request
1 task
@POST("thumbnails/delete/{uuid}/{thumbnailId}")
suspend fun deleteMyAlbumImage(
@Path("uuid") uuid: Long,
@Path("uuid") thumbnailId: Int,
Copy link
Collaborator

Choose a reason for hiding this comment

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

이거 Path 잘 못 들어간거같음

Copy link
Member Author

Choose a reason for hiding this comment

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

헉 그렇네 왜 이래

ButtonClick -> BtnClick
@easyhooon
Copy link
Collaborator

API 문제 있다고 말 해바야겠구만

@josushell josushell merged commit 5751097 into develop Mar 1, 2024
1 check passed
@josushell josushell deleted the feature/mypage-delete-api branch March 1, 2024 06:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

마이페이지 Album 이미지 삭제 API
2 participants