Skip to content

Commit

Permalink
Update FormPage.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
AssoulYasser authored Jun 20, 2024
1 parent 2dbdb90 commit 8726570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/FormPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export default function ProfileForm() {
if(currentCard==1 && !message){
//we check for validity of code
setLoading(true)
const res= await fetch('http://localhost:3001/check-code', {
const res= await fetch('https://haick24-reg-form.onrender.com/check-code', {
method: 'POST',
headers: {
'Content-Type': 'application/json',
Expand Down

0 comments on commit 8726570

Please sign in to comment.