Update the graphql endpoint
This commit is contained in:
parent
8f5e546233
commit
e98cbbb727
@ -5,7 +5,7 @@ import { ApolloClient, InMemoryCache, ApolloProvider } from '@apollo/client';
|
||||
import App from './components/App';
|
||||
|
||||
const client = new ApolloClient({
|
||||
uri: 'https://spotify-graphql-server.herokuapp.com/graphql',
|
||||
uri: 'https://joyce-spotify-graphql.herokuapp.com/graphql',
|
||||
cache: new InMemoryCache(),
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user