Subbu1304 commited on
Commit
1176db9
·
verified ·
1 Parent(s): 6c66c1d

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +1 -1
templates/index.html CHANGED
@@ -251,7 +251,7 @@ function submitRegistration() {
251
  return;
252
  }
253
 
254
- fetch('https://subbu1304-logindirectmenuwrkng.hf.space/submit', {
255
  method: 'POST',
256
  headers: { 'Content-Type': 'application/json' },
257
  body: JSON.stringify({ name, email, phone })
 
251
  return;
252
  }
253
 
254
+ fetch('/submit', {
255
  method: 'POST',
256
  headers: { 'Content-Type': 'application/json' },
257
  body: JSON.stringify({ name, email, phone })