modulo equipo programa final

This commit is contained in:
xXpuma99Xx
2022-06-24 01:20:22 -05:00
parent f69ca8c2ac
commit 02a3020522
9 changed files with 31 additions and 26 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { Body, Controller, Get, Put, Query } from '@nestjs/common';
import { Body, Controller, Get, Put, Query, UseGuards } from '@nestjs/common';
import { AuthGuard } from '@nestjs/passport';
import { ApiOperation, ApiQuery, ApiTags } from '@nestjs/swagger';
import { Serealize } from '../interceptors/serialize.interceptor';