Skip to content

Commit

Permalink
B"H
Browse files Browse the repository at this point in the history
  • Loading branch information
ymerkos authored Dec 5, 2024
1 parent b983c02 commit fc4afa1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions signin.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {}) {
Expand Down Expand Up @@ -38,4 +38,4 @@ async function accountInfo() {

async function logout() {
return await postData(baseURL, { action: 'logout' });
}
}

0 comments on commit fc4afa1

Please sign in to comment.