Skip to content

Commit

Permalink
fix URL
Browse files Browse the repository at this point in the history
  • Loading branch information
bucanero committed Jul 21, 2023
1 parent 55a0135 commit b59698f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/bos/tutorial/indexer-tutorials/feed-indexer.md
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@ Next, you can call the `fetchGraphQL` function with the appropriate parameters a
Here's the complete code snippet for a BOS component using the _Hype Indexer_:
```js
const QUERYAPI_ENDPOINT = `https://queryapi-hasura-graphql-24ktefolwq-ew.a.run.app/v1/graphql`;
const QUERYAPI_ENDPOINT = `https://near-queryapi.api.pagoda.co/v1/graphql/`;

State.init({
data: []
Expand Down
2 changes: 1 addition & 1 deletion docs/bos/tutorial/indexer-tutorials/posts-indexer.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ Next, you can call the `fetchGraphQL` function with the appropriate parameters a
Here's the complete code snippet for a BOS component using the _Hype Indexer_:
```js
const QUERYAPI_ENDPOINT = `https://queryapi-hasura-graphql-24ktefolwq-ew.a.run.app/v1/graphql`;
const QUERYAPI_ENDPOINT = `https://near-queryapi.api.pagoda.co/v1/graphql/`;

State.init({
data: []
Expand Down

0 comments on commit b59698f

Please sign in to comment.