Skip to content

Commit 2e9242a

Browse files
committed
Remove hardcoded graphql url
1 parent 747fd59 commit 2e9242a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/utils/apollo/ApolloClient.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,7 @@ const client = new ApolloClient({
6767
link: middleware.concat(
6868
afterware.concat(
6969
createHttpLink({
70-
//uri: process.env.NEXT_PUBLIC_GRAPHQL_URL,
71-
uri: "https://swewoocommerce.dfweb.no/graphql",
70+
uri: process.env.NEXT_PUBLIC_GRAPHQL_URL,
7271
fetch,
7372
})
7473
)

0 commit comments

Comments
 (0)