Skip to content

Commit 9b299cf

Browse files
Update credential.html
1 parent 4c80c6e commit 9b299cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

credential.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ <h2>Enter Credentials Before Taking the Quiz</h2>
7979
return;
8080
}
8181

82-
fetch("https://script.google.com/macros/s/AKfycbxE6mgh_ly-tmYfD7lhxk6X9Scv4gFyyb3AkcjO20YLWzcYYT9sQVOL2SIaCQQQwRmiGQ/exec", {
82+
fetch("https://script.google.com/macros/s/AKfycbwgKguye49u1GUME7rk6ftcwwD6hf-XZQhCMmI8CeVldx4SnfHPjF_PZd1JNnrT4HL3lQ/exec", {
8383
method: "POST",
8484
headers: { "Content-Type": "application/json" },
8585
body: JSON.stringify({ name: name, deptYear: deptYear, gender: gender })

0 commit comments

Comments
 (0)