Skip to content

Commit

Permalink
feat: add billing api docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Matheus committed Feb 1, 2024
1 parent 1a832a0 commit 20783ba
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions redoc.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,11 @@ module.exports.specs = [
routePath: '/api/customer-portal',
specUrl: 'https://docs.api.epilot.io/customer-portal.yaml',
},
{
layout: { title: 'Billing API' },
routePath: '/api/billing',
specUrl: 'https://docs.api.epilot.io/billing.yaml',
},
{
layout: { title: 'Metering API' },
routePath: '/api/metering',
Expand Down

0 comments on commit 20783ba

Please sign in to comment.