From 0672157a48e3dbec890975ae84c42dcfb66721fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frederic=20G=2E=20=C3=98stby?= Date: Sat, 27 Jan 2024 10:24:54 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 997d594..0ef7e2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,12 @@ #### New +* Added a controller that exposes three endpoints: + - The OpenApi spec + - A Redoc UI + - A Swagger UI * Added a new route registrar class: + - Registers routes from a cache file or at runtime from the OpenApi yaml spec. - Automatically registers `/openapi/spec` route that exposes the OpenApi spec. - Automatically registers `/openapi/docs` route that exposes a Swagger or Redoc UI.