We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caccb23 commit 3ca1e9aCopy full SHA for 3ca1e9a
public/index.html
@@ -83,7 +83,7 @@
83
function graphQLFetcher(graphQLParams) {
84
// This example expects a GraphQL server at the path /graphql.
85
// Change this to point wherever you host your GraphQL server.
86
- return fetch(parameters.fetchURL || '/.netlify/functions/index', {
+ return fetch(parameters.fetchURL || 'https://swapi-graphql.netlify.app/.netlify/functions/index', {
87
method: 'post',
88
headers: {
89
'Accept': 'application/json',
0 commit comments