CSC510-SE-Uddharsh-Vineel-Chandrakant / CSC510-WolfJobs-G50

A job portal that provides Recruiters with a means to post temporary job openings and Candidates to apply for the jobs without being concerned about permanent associations.
MIT License
0 stars 1 forks source link

send reset link button is not working #bug #1

Closed vineel31 closed 1 month ago

vineel31 commented 1 month ago

image

konetichandrakant commented 1 month ago

Check the route in the backend located at /backend/routes/api/v1/users.js. The 404 error signifies that the page is not found, indicating a potential issue with the router.

vineel31 commented 1 month ago

Yea checked the route, there was an error in it but i was able to resolve. Thank you