mirror of
https://github.com/aljazceru/landscape-template.git
synced 2026-02-22 23:14:26 +01:00
fix: update graphql api url
This commit is contained in:
@@ -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()
|
||||
});
|
||||
|
||||
|
||||
@@ -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()
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user