We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15f7fd8 commit 458ffa1Copy full SHA for 458ffa1
src/environment.ts
@@ -8,7 +8,7 @@ import { RequestParameters } from 'relay-runtime/lib/util/RelayConcreteNode';
8
import { Variables } from 'relay-runtime/lib/util/RelayRuntimeTypes';
9
10
async function fetchGraphQL(params: RequestParameters, variables: Variables) {
11
- const response = await fetch(`https://quotes.juffalow.com/graphql`, {
+ const response = await fetch(`https://graphql.juffalow.com/graphql`, {
12
method: 'POST',
13
headers: {
14
'Content-Type': 'application/json',
0 commit comments