merge error saavedra dev

This commit is contained in:
xXpuma99Xx
2022-05-01 12:50:24 -05:00
40 changed files with 380 additions and 104 deletions
+2
View File
@@ -1,7 +1,9 @@
import { Controller, Get } from '@nestjs/common';
import { MultaService } from './multa.service';
import {ApiTags} from '@nestjs/swagger'
@Controller('multa')
@ApiTags('multa')
export class MultaController {
constructor(private multaService: MultaService) {}