Skip to content

Commit b6c20ad

Browse files
committed
Update ApolloClient.js
1 parent 02c05c3 commit b6c20ad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/utils/apollo/ApolloClient.js

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

0 commit comments

Comments
 (0)