diff --git a/scripts/uploader.js b/scripts/uploader.js index e720ed4..8dd796c 100644 --- a/scripts/uploader.js +++ b/scripts/uploader.js @@ -5,7 +5,7 @@ const uploadList = document.getElementById("uploadList"); const folderNameInput = document.getElementById("folderName"); const bucketNameInput = document.getElementById("bucketName"); -const API_UPLOAD = "http://localhost:18081/api/v1/doc/upload-files"; +const API_UPLOAD = "http://app.wisdompulse.cn/api/v1/doc/upload-files"; dropArea.addEventListener("click", () => fileElem.click()); dropArea.addEventListener("dragover", e => {