Skip to content

Commit

Permalink
Bug updated
Browse files Browse the repository at this point in the history
  • Loading branch information
amogh-nagar committed Sep 27, 2021
1 parent ebfb100 commit f416774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/user/pages/Reset.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const Reset = () => {
event.preventDefault();
try {
const responseData = await sendRequest(
"http://localhost:5000/api/users/reset",
"https://placeoshare.herokuapp.com/api/users/reset",
"POST",
JSON.stringify({
email: formState.inputs.email.value,
Expand Down

0 comments on commit f416774

Please sign in to comment.