Skip to content

Commit f416774

Browse files
author
Amoghtech
committed
Bug updated
1 parent ebfb100 commit f416774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/user/pages/Reset.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const Reset = () => {
2727
event.preventDefault();
2828
try {
2929
const responseData = await sendRequest(
30-
"http://localhost:5000/api/users/reset",
30+
"https://placeoshare.herokuapp.com/api/users/reset",
3131
"POST",
3232
JSON.stringify({
3333
email: formState.inputs.email.value,

0 commit comments

Comments
 (0)