Skip to content

Commit

Permalink
Merge pull request #323 from JayJayleee/feat/#285-ui-check-list
Browse files Browse the repository at this point in the history
정보 μž…λ ₯ νŽ˜μ΄μ§€ post μš”μ²­ μˆ˜μ •ν–ˆμŠ΅λ‹ˆλ‹€.
  • Loading branch information
JayJayleee committed May 11, 2024
2 parents c1760ea + f47d71d commit 34e146f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/pages/loginPage/nicknamePage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ const NicknamePage = () => {
age: ageRange,
gender: genderData,
};
await fetchAPI('/api/member/nickname', 'POST', body);
await fetchAPI('/api/member', 'POST', body);
navigate('/');
showSuccessToast('ν™˜μ˜ν•©λ‹ˆλ‹€!');
} catch (error) {
Expand Down

0 comments on commit 34e146f

Please sign in to comment.