From 1c4310b9a07684b34111e87809bcef3cef8d0f9b Mon Sep 17 00:00:00 2001 From: Matheus Date: Thu, 1 Feb 2024 11:23:50 +0000 Subject: [PATCH] feat: add billing api docs --- redoc.config.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/redoc.config.js b/redoc.config.js index 0afc73e..db2db75 100644 --- a/redoc.config.js +++ b/redoc.config.js @@ -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',