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

Commit 39b2f53

Browse files
author
RayhanADev
authored
1 parent 080fb71 commit 39b2f53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/classes/Board.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class Board {
99
async boardData() {
1010
let slug = this.slug;
1111
let info = await variables
12-
.fetch('https://staging.repl.it/graphql', {
12+
.fetch(variables.graphql, {
1313
method: 'POST',
1414
headers,
1515
body: JSON.stringify({
@@ -45,7 +45,7 @@ class Board {
4545
if (after === null) return;
4646

4747
let info = await variables
48-
.fetch('https://staging.repl.it/graphql', {
48+
.fetch(variables.graphql, {
4949
method: 'POST',
5050
headers,
5151
body: JSON.stringify({

0 commit comments

Comments
 (0)