We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bc743f commit 366311dCopy full SHA for 366311d
scripts/update-endpoints/fetch-json.js
@@ -35,8 +35,7 @@ main();
35
36
async function main() {
37
const { endpoints } = await graphql(QUERY, {
38
- // url: "https://github-openapi-graphql-server.vercel.app/api/graphql",
39
- url: "http://localhost:3000/api/graphql",
+ url: "https://github-openapi-graphql-server.vercel.app/api/graphql",
40
version,
41
ignoreChangesBefore: "2020-06-10",
42
});
0 commit comments