We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6efb6f0 commit d503519Copy full SHA for d503519
src/services/gql/apollo-client.ts
@@ -1,7 +1,7 @@
1
import { ApolloClient, InMemoryCache, createHttpLink } from "@apollo/client";
2
3
const link = createHttpLink({
4
- uri: 'http://localhost:4455/graphql/',
+ uri: '/graphql/',
5
credentials: 'include'
6
7
});
0 commit comments