Skip to content

Commit

Permalink
feat: 회원가입 끝
Browse files Browse the repository at this point in the history
  • Loading branch information
Catleap02 committed Nov 15, 2024
1 parent 7c2c1b5 commit dd8741f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Start/SignupPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const SignupPage: React.FC = () => {
const handleSignup = async () => {
try {
const response = await axios.post(
`${API_BASE_URL}}/api/v1/user/signup`,
`${API_BASE_URL}/api/v1/user/signup`,
{
email,
nickName,
Expand Down

0 comments on commit dd8741f

Please sign in to comment.