From 441b6c263cea79c181768ae474f3da85daa0512b Mon Sep 17 00:00:00 2001 From: Hans Weber Date: Wed, 17 Jan 2024 15:15:05 +0100 Subject: [PATCH] feat: add order api --- redoc.config.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/redoc.config.js b/redoc.config.js index 5db3894..0afc73e 100644 --- a/redoc.config.js +++ b/redoc.config.js @@ -159,4 +159,9 @@ module.exports.specs = [ routePath: '/api/opportunity', specUrl: 'https://docs.api.epilot.io/opportunity.yaml', }, + { + layout: { title: 'Order API' }, + routePath: '/api/order', + specUrl: 'https://docs.api.epilot.io/order.yaml', + }, ];