diff --git a/src/index.tsx b/src/index.tsx index 5163497..3f84bcf 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -6,7 +6,7 @@ import { ApolloClient, ApolloProvider, InMemoryCache } from "@apollo/client" import "react-contexify/dist/ReactContexify.css" const client = new ApolloClient({ - uri: "/graphql", + uri: "/api/graphql", cache: new InMemoryCache() })