Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
gotoxavier2333 authored Jul 28, 2023
1 parent 20e7786 commit 09df0e1
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 09df0e1

Please sign in to comment.