diff --git a/src/main.js b/src/main.js index 5a49fbd..7b332ef 100644 --- a/src/main.js +++ b/src/main.js @@ -930,7 +930,7 @@ atEvery.prototype.beginUpload = function (file) { fadeOut('lazy'); } }); - xhr.open("POST", "https://7bu.top/api/upload"); + xhr.open("POST", "https://tc.wyblog1.tk"); let imgToken = AV.User.current().attributes.imgToken; if (imgToken !== undefined) { xhr.setRequestHeader("Authorization", "Basic VGVzdDoxMjM0NTY=");