Skip to content

Commit

Permalink
Merge pull request #487 from sparcs-kaist/#486-bug-fix-login-replace-…
Browse files Browse the repository at this point in the history
…page

#486 [Bug] loginReplacePage 임시 수정
  • Loading branch information
chlehdwon authored Mar 5, 2024
2 parents a455cda + 70ac75b commit 58bf58b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/loginReplacePage.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ module.exports = `
}
const submitHandler = () => {
const value = document.getElementById("input-id").value;
if(value) post('/auth/login/replace', {
if(value) post('/api/auth/login/replace', {
id: value,
});
}
Expand Down

0 comments on commit 58bf58b

Please sign in to comment.