feat: allow for overriding openapi endpoint (#192)

This commit is contained in:
Ryan Brink
2022-02-11 08:04:47 -05:00
committed by GitHub
parent 2cebb66134
commit 69d6b1af1d
7 changed files with 215 additions and 44 deletions

View File

@ -3,6 +3,7 @@
## Unreleased
### Added
- Ability to override serializer via custom route
### Changed