changed graphql path

This commit is contained in:
Niklas 2021-08-27 21:17:10 +02:00
parent 6dcd9cf81e
commit 13e38737fb

View File

@ -6,7 +6,7 @@ import { ApolloClient, ApolloProvider, InMemoryCache } from "@apollo/client"
import "react-contexify/dist/ReactContexify.css" import "react-contexify/dist/ReactContexify.css"
const client = new ApolloClient({ const client = new ApolloClient({
uri: "/graphql", uri: "/api/graphql",
cache: new InMemoryCache() cache: new InMemoryCache()
}) })