Skip to content

Commit

Permalink
[refactor/72-task] 메일링크 수정
Browse files Browse the repository at this point in the history
[refactor/72-task] 메일링크 수정
  • Loading branch information
lsn5963 committed Jan 17, 2024
1 parent 013a027 commit 7115404
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public ResponseEntity<?> sendEmail(FindPasswordReq findPasswordReq) {

ApiResponse apiResponse = ApiResponse.builder()
.check(true)
.information("https://ideacampus.site:8080/auth/change-password/" + code)
.information("http://localhost:3000/resetPW" + code)
.build();

return ResponseEntity.ok(apiResponse);
Expand Down

0 comments on commit 7115404

Please sign in to comment.