We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67073ad commit 5f21dcfCopy full SHA for 5f21dcf
assets/main.js
@@ -37,7 +37,7 @@
37
status.textContent = "Sending...";
38
39
const res = await fetch(form.action, {
40
- method: form.action,
+ method: form.method,
41
headers: { "Content-Type": "application/json" },
42
body: JSON.stringify({
43
name: form.name.value,
0 commit comments