标准化博客评论命名
This commit is contained in:
@@ -2,7 +2,7 @@ import { Injectable } from '@nestjs/common';
|
||||
import { InjectRepository } from '@nestjs/typeorm';
|
||||
import { Blog } from './entity/Blog.entity';
|
||||
import { Repository } from 'typeorm';
|
||||
import { BlogComment } from './entity/BlogComment';
|
||||
import { BlogComment } from './entity/BlogComment.entity';
|
||||
|
||||
@Injectable()
|
||||
export class BlogService {
|
||||
|
||||
Reference in New Issue
Block a user