Skip to content

Commit

Permalink
Merge pull request #26 from epilot-dev/feat.address-suggestions-api
Browse files Browse the repository at this point in the history
feat: add address-suggestions api ref
  • Loading branch information
jpinho authored Jul 3, 2023
2 parents 21d6056 + 716151e commit 6beb01c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion redoc.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@ module.exports.specs = [
routePath: '/api/journey',
specUrl: 'https://docs.api.epilot.io/journey-config.yaml',
},
{
layout: { title: 'Addresss Suggestions API' },
routePath: '/api/address-suggestions',
specUrl: 'https://docs.api.epilot.io/address-suggestions.yaml',
},
{
layout: { title: 'Document API' },
routePath: '/api/document',
Expand Down Expand Up @@ -129,4 +134,4 @@ module.exports.specs = [
routePath: '/api/notification',
specUrl: 'https://docs.api.epilot.io/svc-notification-api.yaml',
},
]
];

0 comments on commit 6beb01c

Please sign in to comment.