We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02c05c3 commit b6c20adCopy full SHA for b6c20ad
src/utils/apollo/ApolloClient.js
@@ -67,7 +67,8 @@ const client = new ApolloClient({
67
link: middleware.concat(
68
afterware.concat(
69
createHttpLink({
70
- uri: process.env.NEXT_PUBLIC_GRAPHQL_URL,
+ //uri: process.env.NEXT_PUBLIC_GRAPHQL_URL,
71
+ uri: "https://swewoocommerce.dfweb.no/graphql",
72
fetch,
73
})
74
)
0 commit comments