Skip to content

Commit

Permalink
update apollo.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mitch1009 committed May 4, 2024
1 parent f8ac210 commit 5bd6109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/apollo.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const { getClient } = registerApolloClient(() => {
return new ApolloClient({
cache: new InMemoryCache(),
link: new HttpLink({
uri: `${env.AUTH_URL}/api/graphql`,
uri: `${env.NEXT_PUBLIC_URL}/api/graphql`,
}),
});
});

0 comments on commit 5bd6109

Please sign in to comment.