Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
gsongX authored Nov 8, 2023
1 parent 02cbf3c commit 32875cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const glados = async () => {
try {
const headers = {
'cookie': cookie,
'referer': 'https://glados.rocks/console/checkin',
'referer': 'https://glados.space/console/checkin',
'user-agent': 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)',
}
const checkin = await fetch('https://glados.rocks/api/user/checkin', {
Expand Down

0 comments on commit 32875cf

Please sign in to comment.