Skip to content

Commit

Permalink
[refactor] apis 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
candosh committed Jul 3, 2024
1 parent 402a7e3 commit 93bb2d6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 80 deletions.
79 changes: 0 additions & 79 deletions src/apis/axiosConfig.js

This file was deleted.

2 changes: 1 addition & 1 deletion src/pages/signup/signup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ function SignUp() {
},
})
.then((response) => {
alert("이메일 전송 성공! 📨");
const receivedCode = response.data;
localStorage.setItem("authCode", receivedCode);
alert("이메일 전송 성공! 📨");
})
.catch((error) => {
console.error("Error: ", error);
Expand Down

0 comments on commit 93bb2d6

Please sign in to comment.