Selaa lähdekoodia

fix typo

master
nitowa 4 vuotta sitten
vanhempi
commit
cf3ed4e456
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      README.md

+ 1
- 1
README.md Näytä tiedosto

111
 const file = location.pathname.split("/").slice(-1)[0];
111
 const file = location.pathname.split("/").slice(-1)[0];
112
 
112
 
113
 fetch(`/report`, {
113
 fetch(`/report`, {
114
-    method: "POST",
114
+    method: "post",
115
     headers: {
115
     headers: {
116
         "Content-Type": "application/json"
116
         "Content-Type": "application/json"
117
     },
117
     },

Loading…
Peruuta
Tallenna