build image
This commit is contained in:
parent
8ca65ad172
commit
e58c94244b
@ -3,7 +3,7 @@ import { ApolloClient, createHttpLink, InMemoryCache } from '@apollo/client/core
|
|||||||
export const apolloClient = () => {
|
export const apolloClient = () => {
|
||||||
|
|
||||||
const httpLink = createHttpLink({
|
const httpLink = createHttpLink({
|
||||||
uri: 'http://192.168.1.84:32180/graphql',
|
uri: 'http://192.168.1.84:32180/graphql', //api dev server
|
||||||
credentials: 'include', // Include credentials for cross-origin requests
|
credentials: 'include', // Include credentials for cross-origin requests
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user