Skip to content

Commit

Permalink
Update validateForm.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Ballwictb authored Aug 13, 2024
1 parent 2a2a8c0 commit c7b8b71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion register/assets/js_register/validateForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ function validateregex(email) {
}

async function getDic() {
const response = await fetch("/assets/json_register/usersN.json");
const response = await fetch("../json_register/usersN.json");
const data = await response.json();
return data;
}
Expand Down

0 comments on commit c7b8b71

Please sign in to comment.