feat: 获取文章详情,返回描述
This commit is contained in:
@@ -61,6 +61,7 @@ export class BlogController {
|
||||
return {
|
||||
id: blog.id,
|
||||
title: blog.title,
|
||||
description: blog.description,
|
||||
createdAt: blog.createdAt,
|
||||
content: blogContent,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user