Skip to content

Commit

Permalink
update queryapi link to reflect link in EMS
Browse files Browse the repository at this point in the history
  • Loading branch information
roshaans committed Nov 14, 2023
1 parent 0c68e4d commit 78c3e8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/Playground/graphiql.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import '@graphiql/plugin-code-exporter/dist/style.css';
import '@graphiql/plugin-explorer/dist/style.css';

const HASURA_ENDPOINT =
process.env.NEXT_PUBLIC_HASURA_ENDPOINT ||
`${process.env.NEXT_PUBLIC_HASURA_ENDPOINT}/v1/graphql` ||
"https://near-queryapi.dev.api.pagoda.co/v1/graphql";

const graphQLFetcher = async (graphQLParams, accountId) => {
Expand Down

0 comments on commit 78c3e8c

Please sign in to comment.