Skip to content

Commit

Permalink
Merge pull request actions-integration#5 from gotoxavier2333/patch-1
Browse files Browse the repository at this point in the history
Update main.js
  • Loading branch information
continuationc authored Jul 29, 2023
2 parents 20e7786 + 09df0e1 commit 5ece560
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 @@ -10,7 +10,7 @@ const glados = async () => {
const checkin = await fetch('https://glados.rocks/api/user/checkin', {
method: 'POST',
headers: { ...headers, 'content-type': 'application/json' },
body: '{"token":"glados.network"}',
body: '{"token":"glados.one"}',
}).then((r) => r.json())
const status = await fetch('https://glados.rocks/api/user/status', {
method: 'GET',
Expand Down

0 comments on commit 5ece560

Please sign in to comment.