Skip to content

Commit

Permalink
build(update-endpoints): send GraphQL request to deployed instance
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Jul 15, 2020
1 parent 0c22154 commit 47a8ce5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/update-endpoints/fetch-json.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
});
Expand Down

0 comments on commit 47a8ce5

Please sign in to comment.