Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit a61cc2e

Browse files
author
RayhanADev
authored
1 parent 10830d5 commit a61cc2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/classes/Misc.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class Misc {
1414

1515
headers.Cookie = global.cookies;
1616
let info = await variables
17-
.fetch('https://staging.repl.it/graphql', {
17+
.fetch(variables.graphql, {
1818
method: 'POST',
1919
headers,
2020
body: JSON.stringify({
@@ -45,7 +45,7 @@ class Misc {
4545
} else {
4646
headers.Cookie = global.cookies;
4747
let info = await variables
48-
.fetch('https://staging.repl.it/is_authenticated', {
48+
.fetch(variables.is_authenticated, {
4949
method: 'GET',
5050
headers
5151
}).then(res => res.json());

0 commit comments

Comments
 (0)