Skip to content

Commit

Permalink
update openapi spec url to main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
roncodes committed May 28, 2024
1 parent 0c98d47 commit 699e8f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const config = {
route: '/api',
configuration: {
spec: {
url: 'https://raw.githubusercontent.com/fleetbase/docs/ron-v1-docs/static/openapi/fleetbase-api-latest.json',
url: 'https://raw.githubusercontent.com/fleetbase/docs/main/static/openapi/fleetbase-api-latest.json',
},
},
},
Expand All @@ -79,7 +79,7 @@ const config = {
route: '/storefront-api',
configuration: {
spec: {
url: 'https://raw.githubusercontent.com/fleetbase/docs/ron-v1-docs/static/openapi/storefront-api-latest.json',
url: 'https://raw.githubusercontent.com/fleetbase/docs/main/static/openapi/storefront-api-latest.json',
},
},
},
Expand Down

0 comments on commit 699e8f3

Please sign in to comment.