diff --git a/.storybook/preview.js b/.storybook/preview.js index c88315b..ebc00a0 100644 --- a/.storybook/preview.js +++ b/.storybook/preview.js @@ -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() }); diff --git a/src/utils/Wrapper.tsx b/src/utils/Wrapper.tsx index 1d7f7ad..eb6b715 100644 --- a/src/utils/Wrapper.tsx +++ b/src/utils/Wrapper.tsx @@ -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() });