Skip to content

Commit

Permalink
hotfix#155/ 프론트엔드 회원가입 url 오타 수정 (#156)
Browse files Browse the repository at this point in the history
hotfix: url 오타 수정

Co-authored-by: bellringstar <[email protected]>
  • Loading branch information
bellringstar and bellringstar authored Aug 28, 2024
1 parent 65de5bb commit 20275ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/auth/SignupPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const SignupPage = () => {
e.preventDefault();
try {
const response = await apiClient.post(
'/mbmer/signup',
'/member/signup',
{name, email, profileImg}
)
navigate('/login'); // 회원가입 성공 시 로그인 페이지로 이동
Expand Down

0 comments on commit 20275ab

Please sign in to comment.