Add modulos de usuario
This commit is contained in:
@@ -5,7 +5,7 @@ import { Prisma, videos, video_situation } from 'generated/prisma';
|
||||
|
||||
import { PrismaService } from '../prisma/prisma.service';
|
||||
import { VideoResponseDto } from './dto/video-response.dto';
|
||||
import { PaginatedResponse } from './dto/paginated.dto';
|
||||
import { PaginatedResponse } from '../shared/dto/paginated';
|
||||
|
||||
@Injectable()
|
||||
export class VideosService {
|
||||
|
||||
Reference in New Issue
Block a user