Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Commit

Permalink
Merge pull request #90 from igrowker/gab-branch2
Browse files Browse the repository at this point in the history
fix URL
  • Loading branch information
josepacco00 authored Dec 5, 2024
2 parents 7ec678e + 83dd541 commit d64fb36
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ const ForgotPasswordVerifyCode: React.FC = () => {
try {
setIsSubmitting(true);

const apiUrl = "http://localhost:5005/api/recovery/reset-password";
const apiUrl = `${import.meta.env.VITE_API_URL}/recovery/reset-password`;

const response = await axios.post(apiUrl, {
email,
Expand Down

0 comments on commit d64fb36

Please sign in to comment.