Created
August 24, 2020 18:22
-
-
Save nmchenry01/324848a5d53c497b7af7502d5d912585 to your computer and use it in GitHub Desktop.
ApiTags decorator"NestJS with Swagger"
This file contains hidden or 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
| @ApiTags('task') | |
| @Controller('task') | |
| export class TaskController {} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment