chao 1 年之前
父節點
當前提交
509eee3f8d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      public/index.html

+ 1 - 1
public/index.html

@@ -1042,7 +1042,7 @@
             }
 
             try{
-                const response = fetch(requesturl+"api/update", {
+                const response = await fetch(requesturl+"api/update", {
                     method: "POST",
                     headers: {
                         "Content-Type": "application/json"