Skip to content

Instantly share code, notes, and snippets.

@nmchenry01
Created August 24, 2020 18:22
Show Gist options
  • Select an option

  • Save nmchenry01/324848a5d53c497b7af7502d5d912585 to your computer and use it in GitHub Desktop.

Select an option

Save nmchenry01/324848a5d53c497b7af7502d5d912585 to your computer and use it in GitHub Desktop.
ApiTags decorator"NestJS with Swagger"
@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