lsc 3 weeks ago
parent
commit
1856ff4ef3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      js/Common/uploadR2R.js

+ 1 - 1
js/Common/uploadR2R.js

@@ -35,7 +35,7 @@ window.uploadFile = async function ({ file, uuid, userid, folderid, moFolderid }
       fid: folderid,
       mofid: moFolderid !== folderid ? moFolderid : ""
     }).toString();
-    const res2 = await fetch('http://10.3.16.166:7004/file/addFile', {
+    const res2 = await fetch('https://r2rapi.cocorobo.cn/file/addFile', {
       method: 'POST',
       headers: {
         'Content-Type': 'application/x-www-form-urlencoded'