v0.2.2 - Controller Swagger Fix
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