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 970280f commit 1c4310b
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 1c4310b

Please sign in to comment.