tags de swagger
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
import { Controller, Get } from '@nestjs/common';
|
||||
import { StatusService } from './status.service';
|
||||
import {ApiTags} from '@nestjs/swagger'
|
||||
|
||||
|
||||
@Controller('status')
|
||||
@ApiTags('status')
|
||||
export class StatusController {
|
||||
constructor(private statusService: StatusService) {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user