From 09df0e1244fdad453dd315bfd9b85ac45a51a750 Mon Sep 17 00:00:00 2001 From: gotoxavier2333 <100057315+gotoxavier2333@users.noreply.github.com> Date: Fri, 28 Jul 2023 16:10:39 +0800 Subject: [PATCH] Update main.js --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index f4d6f8a..cc9d81c 100644 --- a/main.js +++ b/main.js @@ -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',