Skip to content

Commit

Permalink
docs: updated the code with placeholder details
Browse files Browse the repository at this point in the history
  • Loading branch information
swapnilmmane authored Aug 20, 2024
1 parent 481f695 commit 281232e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { fetchAuthSession } from 'aws-amplify/auth';
// Create an HTTP link
const httpLink = createHttpLink({
// Headless CMS GraphQL Manage API End Point
uri: 'https://dyxxvu3rygils.cloudfront.net/cms/manage/en-US'
uri: 'https://xxxxxxxxxxxx.cloudfront.net/cms/manage/en-US'
});

// Set up authentication context for the client
Expand All @@ -29,4 +29,4 @@ const client = new ApolloClient({
cache: new InMemoryCache()
});

export default client;
export default client;

0 comments on commit 281232e

Please sign in to comment.