Skip to content

v0.2.2 - Controller Swagger Fix

Compare
Choose a tag to compare
@wintondeshong wintondeshong released this 30 Oct 08:52
· 39 commits to main since this release

v0.2.2 Release

Release notes

Small fix to base controller class to ignore inherited public methods by swagger. Currently sub-classes would get errors from swagger if a method signature happened to return an ObjectResult

Known issues

#16 Add swagger ignore to all base controller public methods

Contributors

@wintondeshong