operador documentación

This commit is contained in:
xXpuma99Xx
2022-05-30 16:02:01 -05:00
parent 2cb98506ee
commit e3ca189aea
18 changed files with 117 additions and 58 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import { MultaService } from './multa.service';
import {ApiTags} from '@nestjs/swagger'
@Controller('multa')
@ApiTags('multa')
// @ApiTags('multa')
export class MultaController {
constructor(private multaService: MultaService) {}