diff --git a/src/index.tsx b/src/index.tsx index 238b303..bcc1829 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -11,7 +11,7 @@ import reportWebVitals from './reportWebVitals'; import Wrapper from './utils/Wrapper'; const client = new ApolloClient({ - uri: '/.netlify/functions/graphql', + uri: 'https://xenodochial-goldstine-d09942.netlify.app/.netlify/functions/graphql', cache: new InMemoryCache() });