Skip to content

Commit

Permalink
Merge pull request #88 from MarleneJiang/issue-29-新增文章详情
Browse files Browse the repository at this point in the history
fix: 修改文件名+类型修改
  • Loading branch information
MarleneJiang committed Jan 26, 2023
2 parents 22d2401 + 268e745 commit a28e2c6
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion frontend/server/api/articles/[id].ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ interface IArticle {
createdAt: string
updatedAt: string
authorId: IAuthor
tagId: { data: ITagItem[] }
tagIds: { data: ITagItem[] }
typeId: IType
columId: IColumn
}
Expand Down

1 comment on commit a28e2c6

@vercel
Copy link

@vercel vercel bot commented on a28e2c6 Jan 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.