Skip to content

Commit a7d5016

Browse files
committed
Fix formatting of fetch request in index.html
1 parent 39e28c5 commit a7d5016

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
return;
8484
}
8585

86-
fetch("/planet", {
86+
fetch("/planet", {
8787
method: "POST",
8888
body: JSON.stringify({
8989
id: parseInt(document.getElementById("planetID").value)

0 commit comments

Comments
 (0)