diff --git a/docs/bos/tutorial/indexer-tutorials/feed-indexer.md b/docs/bos/tutorial/indexer-tutorials/feed-indexer.md index 700cb0af9ea..a36d291f098 100644 --- a/docs/bos/tutorial/indexer-tutorials/feed-indexer.md +++ b/docs/bos/tutorial/indexer-tutorials/feed-indexer.md @@ -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: [] diff --git a/docs/bos/tutorial/indexer-tutorials/posts-indexer.md b/docs/bos/tutorial/indexer-tutorials/posts-indexer.md index d79e36175fa..f2caf86aef2 100644 --- a/docs/bos/tutorial/indexer-tutorials/posts-indexer.md +++ b/docs/bos/tutorial/indexer-tutorials/posts-indexer.md @@ -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: []