Skip to content

Commit 366311d

Browse files
committed
build(update-endpoints): send GraphQL request to vercel deployment
1 parent 9bc743f commit 366311d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/update-endpoints/fetch-json.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ main();
3535

3636
async function main() {
3737
const { endpoints } = await graphql(QUERY, {
38-
// url: "https://github-openapi-graphql-server.vercel.app/api/graphql",
39-
url: "http://localhost:3000/api/graphql",
38+
url: "https://github-openapi-graphql-server.vercel.app/api/graphql",
4039
version,
4140
ignoreChangesBefore: "2020-06-10",
4241
});

0 commit comments

Comments
 (0)