diff --git a/scripts/update-endpoints/fetch-json.js b/scripts/update-endpoints/fetch-json.js index 91018c9b0..c64de79ff 100644 --- a/scripts/update-endpoints/fetch-json.js +++ b/scripts/update-endpoints/fetch-json.js @@ -69,8 +69,7 @@ main(); async function main() { const { endpoints } = await graphql(QUERY, { - // url: "https://octokit-routes-graphql-server.now.sh/", - url: "http://localhost:4000/", + url: "https://github-openapi-graphql-server.vercel.app/api/graphql", version, ignoreChangesBefore: "2020-06-10", });