Skip to content

Commit

Permalink
Fix GraphQL url
Browse files Browse the repository at this point in the history
  • Loading branch information
juffalow committed Nov 12, 2022
1 parent 15f7fd8 commit 458ffa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { RequestParameters } from 'relay-runtime/lib/util/RelayConcreteNode';
import { Variables } from 'relay-runtime/lib/util/RelayRuntimeTypes';

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

0 comments on commit 458ffa1

Please sign in to comment.