Skip to content

Commit

Permalink
fix: change relative location to openapi.yaml in docusaurus.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sfauvel committed Jan 23, 2025
1 parent d7e2282 commit 5a391dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const config = {
{
specs: [
{
spec: "../openapi.yaml",
spec: "../../openapi.yaml",
route: "/aggregator-api/",
},
],
Expand Down

0 comments on commit 5a391dd

Please sign in to comment.