Skip to content

Commit

Permalink
feat(#88) : User API 작성
Browse files Browse the repository at this point in the history
  • Loading branch information
Jieun Kim committed Jan 19, 2024
1 parent ede787f commit e7de12d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controller/authController.js
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ export const updateUserInfo = async (req, res, next) => {
return res.send(errResponse(status.INTERNAL_SERVER_ERROR));
}
};

/*************************************************************************************/
// 이메일 유효성 검사
export const validEmailCheck = (email) => {
Expand Down

0 comments on commit e7de12d

Please sign in to comment.