This commit is contained in:
2025-06-22 21:17:39 +08:00
parent a96869f0ee
commit 0889225257
16 changed files with 72 additions and 50 deletions

View File

@@ -11,7 +11,7 @@ export class BlogService {
private readonly blogRepository: Repository<Blog>,
@InjectRepository(BlogComment)
private readonly blogCommentRepository: Repository<BlogComment>,
) { }
) {}
async list() {
return this.blogRepository.find({