[feat] 프로필 수정 api 연결#69
Merged
soyun-git121 merged 13 commits intodevelopfrom Aug 6, 2025
Hidden character warning
The head ref may contain hidden characters: "feat/#65/\ud504\ub85c\ud544\uc218\uc815-api-\uc5f0\uacb0"
Merged
Conversation
Closed
1 task
sispo3314
reviewed
Aug 5, 2025
src/api/user/userEdit.api.ts
Outdated
Comment on lines
7
to
8
| const res = await api.put('/api/v1/profile', data); | ||
| return res.data.data; |
Collaborator
There was a problem hiding this comment.
git pull origin develop 하시고 이 부분 '/profile'로 바꿔주셔야 할 것 같습니다!
dalzzy
reviewed
Aug 5, 2025
src/api/user/userEdit.api.ts
Outdated
| export const updateUserProfile = async ( | ||
| data: UpdateUserProfileRequest | ||
| ): Promise<UserProfileResponse> => { | ||
| const res = await api.put('/api/v1/profile', data); |
Member
src/api/profile/profile.api.ts
Outdated
|
|
||
| export const getUserProfile = async (): Promise<UserProfile> => { | ||
| try { | ||
| const response = await api.get<UserProfile>('/profile'); |
src/pages/my/ProfileEdit.tsx
Outdated
Comment on lines
53
to
56
| showToast('프로필이 저장되었습니다.', 3000); | ||
| navigate('/my'); | ||
| } catch (error) { | ||
| showToast('저장에 실패했습니다.', 3000); |
Collaborator
Author
There was a problem hiding this comment.
넵 맞춰서 다른부분들도 변경하도록하겠습니다!
dalzzy
reviewed
Aug 6, 2025
Member
dalzzy
left a comment
There was a problem hiding this comment.
코드 병합이 잘못된 것 같은데,, 한번 다시 확인 부탁드립니다..!
…into feat/#65/프로필수정-api-연결
…cial/SEEAT-FE into feat/#65/프로필수정-api-연결
…cial/SEEAT-FE into feat/#65/프로필수정-api-연결
dalzzy
approved these changes
Aug 6, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


🔍 관련된 이슈
📝 작업 내용
📸 스크린샷
🚨 이슈
이유는 모르겠으나.. s3이미지 업로드 관련 올려주신 pr이 전체pull이나 pr지정 pull해도 이미 업데이트됐는데
vscode에 나타나지않아서 파일 그대로 복붙한거라 무시해주셔도 됩니당...
📣 리뷰 요구사항
✅ 체크리스트