Skip to content

Commit 458ffa1

Browse files
committed
Fix GraphQL url
1 parent 15f7fd8 commit 458ffa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/environment.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { RequestParameters } from 'relay-runtime/lib/util/RelayConcreteNode';
88
import { Variables } from 'relay-runtime/lib/util/RelayRuntimeTypes';
99

1010
async function fetchGraphQL(params: RequestParameters, variables: Variables) {
11-
const response = await fetch(`https://quotes.juffalow.com/graphql`, {
11+
const response = await fetch(`https://graphql.juffalow.com/graphql`, {
1212
method: 'POST',
1313
headers: {
1414
'Content-Type': 'application/json',

0 commit comments

Comments
 (0)