Skip to content

Commit

Permalink
Merge pull request #48 from epilot-dev/feat/billin-api
Browse files Browse the repository at this point in the history
feat: add billing api docs
  • Loading branch information
matheuseabra authored Feb 1, 2024
2 parents 970280f + 1c4310b commit 319be8a
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 @@ -109,6 +109,11 @@ module.exports.specs = [
routePath: '/api/metering',
specUrl: 'https://docs.api.epilot.io/metering.yaml',
},
{
layout: { title: 'Billing API' },
routePath: '/api/billing',
specUrl: 'https://docs.api.epilot.io/billing.yaml',
},
{
layout: { title: 'Email Template API' },
routePath: '/api/email-template',
Expand Down

0 comments on commit 319be8a

Please sign in to comment.