forked from nestjsx/crud
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(crud): take into account Swagger meta defined on overridden methods
For example, allow specifying Swagger metadata this way: ```typescript export class SomeController { @OverRide() @ApiOperation({ title: 'Get list of something', operationId: 'getSomething', }), @ApiOkResponse({ type: Something }) public getMany() {} } ```
- Loading branch information
1 parent
e4e6339
commit feb01a6
Showing
1 changed file
with
12 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters