chore(app): use hosted graphql api

This commit is contained in:
Johns Beharry
2021-11-28 22:51:56 -06:00
parent 23bca3f448
commit f4c5a9b5be

View File

@@ -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()
});