Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
freost committed Jan 27, 2024
1 parent dc99fae commit 0672157
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 0672157

Please sign in to comment.