Skip to content

Commit

Permalink
Update: Added nodemon and SwaggerJS
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangsonww committed Oct 21, 2024
1 parent 4d54c66 commit f0bba63
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function ForgotPassword() {

try {
// Verify email
await axios.post('/api/auth/verify-email', { email });
await axios.post('https://mern-stack-ecommerce-app-h5wb.onrender.com/api/auth/verify-email', { email });
// If successful, navigate to reset password page
navigate('/reset-password');
} catch (err) {
Expand Down

0 comments on commit f0bba63

Please sign in to comment.