diff --git a/src/index.tsx b/src/index.tsx index d89b330..bb5e042 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -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(), });