瀏覽代碼

fix typo

master
nitowa 2 年之前
父節點
當前提交
cf3ed4e456
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      README.md

+ 1
- 1
README.md 查看文件

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…
取消
儲存