Skip to content

Commit

Permalink
Merge pull request #43 from epilot-dev/feat/add_customer_api
Browse files Browse the repository at this point in the history
feat: add customer api
  • Loading branch information
morzhan authored Jan 9, 2024
2 parents f3f3c57 + 4efc814 commit e2910e7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions redoc.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,4 +149,9 @@ module.exports.specs = [
routePath: '/api/product',
specUrl: 'https://docs.api.epilot.io/product.yaml',
},
{
layout: { title: 'Customer API' },
routePath: '/api/customer',
specUrl: 'https://docs.api.epilot.io/customer.yaml',
},
];

0 comments on commit e2910e7

Please sign in to comment.