fix: update graphql api url

This commit is contained in:
MTG2000
2022-03-10 14:45:46 +02:00
parent 00ead8dd92
commit d1f680d5d5
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ import { BrowserRouter } from "react-router-dom";
const client = new ApolloClient({
uri: 'https://xenodochial-goldstine-d09942.netlify.app/.netlify/functions/graphql',
uri: 'https://makers.bolt.fun/.netlify/functions/graphql',
cache: new InMemoryCache()
});

View File

@@ -15,7 +15,7 @@ import {
} from "@apollo/client";
const client = new ApolloClient({
uri: 'https://xenodochial-goldstine-d09942.netlify.app/.netlify/functions/graphql',
uri: 'https://makers.bolt.fun/.netlify/functions/graphql',
cache: new InMemoryCache()
});