Skip to content

Commit

Permalink
Merge pull request #38 from epilot-dev/feat/add_product_api
Browse files Browse the repository at this point in the history
feat: add product api
  • Loading branch information
morzhan authored Dec 22, 2023
2 parents beab109 + 87fa273 commit 76c4ecc
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 @@ -144,4 +144,9 @@ module.exports.specs = [
routePath: '/api/notification',
specUrl: 'https://docs.api.epilot.io/svc-notification-api.yaml',
},
{
layout: { title: 'Product API' },
routePath: '/api/product',
specUrl: 'https://docs.api.epilot.io/product.yaml',
},
];

0 comments on commit 76c4ecc

Please sign in to comment.