Spaces:
Running
Running
Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
|
@@ -67,7 +67,7 @@
|
|
| 67 |
|
| 68 |
async function all() {
|
| 69 |
const res = await fetch('/all', {
|
| 70 |
-
method: '
|
| 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 |
});
|