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"