Feat/58 67/users auth api 함수 구현#78
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
cksrlcks
approved these changes
Feb 7, 2025
Collaborator
cksrlcks
left a comment
There was a problem hiding this comment.
고생하셨어요.
저도 api 함수들 작성할때, 상수파일에 밸리데이션 멘트 작성해야겠어요
감사합니다.
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.
❓이슈
✍️ Description
/users, /auth 도메인 API 함수 구현에 관한 PR입니다.
작업한 내용은 다음과 같습니다.
프로필 이미지 등록의 경우 Content-Type을 multipart/form-data으로 해야만 리퀘스트가 가능해서 이 API 함수만 헤더 설정을 변경했습니다.
{
image: 파일타입 값
}
형태로 body 내용을 리퀘스트를 보내서 정상 응답 확인했습니다.
(formData객체가 아니여도 가능)
✅ Checklist
PR
Test
Additional Notes