From 5bd61092b2365ce9088951d6d01a68ddcd846c4d Mon Sep 17 00:00:00 2001 From: Mitch Chanza Date: Sat, 4 May 2024 20:15:09 +0200 Subject: [PATCH] update apollo.config.ts --- src/lib/apollo.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/apollo.config.ts b/src/lib/apollo.config.ts index b6fef3e..97b249f 100644 --- a/src/lib/apollo.config.ts +++ b/src/lib/apollo.config.ts @@ -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`, }), }); }); \ No newline at end of file