Skip to content

Commit 757a196

Browse files
committed
Add ERP integration API
1 parent 764f634 commit 757a196

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

redoc.config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,4 +194,9 @@ module.exports.specs = [
194194
routePath: '/api/validation-rules',
195195
specUrl: 'https://docs.api.epilot.io/validation-rules.yaml',
196196
},
197+
{
198+
layout: { title: 'ERP Integration API' },
199+
routePath: '/api/erp-integration',
200+
specUrl: 'https://docs.api.epilot.io/erp-integration.yaml',
201+
},
197202
];

0 commit comments

Comments
 (0)