chao 18 hours ago
parent
commit
509eee3f8d
1 changed files with 1 additions and 1 deletions
  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"