diff --git a/signin.js b/signin.js index 4c98835..013eaea 100644 --- a/signin.js +++ b/signin.js @@ -5,7 +5,7 @@ console.log( "\nMade by Yackov Yitzchak Kaufer", "\nAwtsmoos.com" ); -var baseURL = "http://awtsmoos.42web.io/" +var baseURL = "https://awtsmoos.whf.bz"; // Define the functions based on the user's provided code async function postData(url = '', data = {}) { @@ -38,4 +38,4 @@ async function accountInfo() { async function logout() { return await postData(baseURL, { action: 'logout' }); -} \ No newline at end of file +}