Skip to content

Commit

Permalink
Merge pull request #465 from onflow/nialexsan/pre-event-streaming-htt…
Browse files Browse the repository at this point in the history
…p-api

use pre event streaming api specs
  • Loading branch information
nialexsan authored Dec 1, 2023
2 parents 4b84bfa + 16e512a commit 9bb13a9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,10 @@ const config = {
// Plugin Options for loading OpenAPI files
specs: [
{
spec: 'https://raw.githubusercontent.com/onflow/flow/master/openapi/access.yaml',
// restore after event streaming api is deployed to mainnet
// https://github.com/onflow/docs/issues/464
// spec: 'https://raw.githubusercontent.com/onflow/flow/master/openapi/access.yaml',
spec: 'https://raw.githubusercontent.com/onflow/flow/ec44c6891f5deea1811d3be42bb00181f30d0860/openapi/access.yaml',
route: '/http-api/',
},
],
Expand Down

1 comment on commit 9bb13a9

@vercel
Copy link

@vercel vercel bot commented on 9bb13a9 Dec 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.