Skip to content

Commit 47a8ce5

Browse files
committed
build(update-endpoints): send GraphQL request to deployed instance
1 parent 0c22154 commit 47a8ce5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/update-endpoints/fetch-json.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,7 @@ main();
6969

7070
async function main() {
7171
const { endpoints } = await graphql(QUERY, {
72-
// url: "https://octokit-routes-graphql-server.now.sh/",
73-
url: "http://localhost:4000/",
72+
url: "https://github-openapi-graphql-server.vercel.app/api/graphql",
7473
version,
7574
ignoreChangesBefore: "2020-06-10",
7675
});

0 commit comments

Comments
 (0)