v8.0
This commit is contained in:
+2
-1
@@ -7,7 +7,8 @@ export default async function APICheck() {
|
||||
method: "POST",
|
||||
body: JSON.stringify({
|
||||
token: config.uwuzu.apiToken,
|
||||
})
|
||||
}),
|
||||
cache: "no-store",
|
||||
});
|
||||
|
||||
const res = await req.json();
|
||||
|
||||
Reference in New Issue
Block a user