Update the graphql endpoint

This commit is contained in:
rui hildt 2023-08-03 10:50:05 +02:00
parent 8f5e546233
commit e98cbbb727
Signed by: ruihildt
GPG Key ID: 2340C85C59BB76ED
1 changed files with 1 additions and 1 deletions

View File

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