lsc 2 tháng trước cách đây
mục cha
commit
a598269d8b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      js/Common/uploadR2R.js

+ 1 - 1
js/Common/uploadR2R.js

@@ -20,7 +20,7 @@ window.uploadFile = async function ({ file, uuid, userid, folderid, moFolderid }
   formData.append('ingestion_mode', "fast");
 
   try {
-    await fetch("https://r2rserver.cocorobo.cn/v3/documents", {
+    fetch("https://r2rserver.cocorobo.cn/v3/documents", {
       method: 'POST',
       body: formData,
       headers: {