Skip to content

Commit

Permalink
[FIX] 13기 모집 안내 메일 발송 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiyoongrace committed Mar 24, 2024
1 parent 7ca5e2a commit 3cf36a2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/Recruitment/Recruit/NonRecruit.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,12 @@ const NonRecruit = () => {

console.log("Response data:", response.data);

if (response.status === 201) {
if (response.status === 200) {
setResponse("메일이 정상적으로 제출되었습니다.");
setEmail("");
window.alert("메일이 정상적으로 제출되었습니다.");
window.alert(
"2025년 멋쟁이사자처럼 숙명여대 13기 모집 안내 메일을 발송해드리겠습니다. 감사합니다 :)"
);
} else {
setResponse("서버에서 잘못된 응답을 받았습니다.");
}
Expand Down

0 comments on commit 3cf36a2

Please sign in to comment.