Skip to content

Commit d503519

Browse files
Changed hardocoded link
1 parent 6efb6f0 commit d503519

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/gql/apollo-client.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { ApolloClient, InMemoryCache, createHttpLink } from "@apollo/client";
22

33
const link = createHttpLink({
4-
uri: 'http://localhost:4455/graphql/',
4+
uri: '/graphql/',
55
credentials: 'include'
66

77
});

0 commit comments

Comments
 (0)