Skip to content

Commit

Permalink
Merge pull request #41 from gaeduf/master
Browse files Browse the repository at this point in the history
  • Loading branch information
evilbutcher authored Dec 20, 2023
2 parents 44e42db + cb13a42 commit 2622644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion check_in/glados/glados.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ function signin() {
'Authorization': siauthorization,
"Accept-Language": `zh-cn`,
};
const body = `{ "token": "glados.network" }`;
const body = `{ "token": "glados.one" }`;
const signinRequest = {
url: "https://glados.rocks/api/user/checkin",
headers: header,
Expand Down

0 comments on commit 2622644

Please sign in to comment.