Skip to content

Commit

Permalink
Update ApolloClient.js
Browse files Browse the repository at this point in the history
  • Loading branch information
w3bdesign committed Feb 27, 2023
1 parent 02c05c3 commit b6c20ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/utils/apollo/ApolloClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ const client = new ApolloClient({
link: middleware.concat(
afterware.concat(
createHttpLink({
uri: process.env.NEXT_PUBLIC_GRAPHQL_URL,
//uri: process.env.NEXT_PUBLIC_GRAPHQL_URL,
uri: "https://swewoocommerce.dfweb.no/graphql",
fetch,
})
)
Expand Down

0 comments on commit b6c20ad

Please sign in to comment.