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

Commit

Permalink
fix URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Gavbriel015 committed Dec 5, 2024
1 parent cf78aab commit 83dd541
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 83dd541

Please sign in to comment.