Pepguy commited on
Commit
5542f62
·
verified ·
1 Parent(s): a97ae75

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -67,7 +67,7 @@
67
 
68
  async function all() {
69
  const res = await fetch('/all', {
70
- method: 'POST',
71
 
72
  headers: { 'Content-Type': 'application/json' }
73
  });
 
67
 
68
  async function all() {
69
  const res = await fetch('/all', {
70
+ method: 'GET',
71
 
72
  headers: { 'Content-Type': 'application/json' }
73
  });