feat: created the Link component
This commit is contained in:
@@ -24,7 +24,10 @@ export default async function (
|
||||
],
|
||||
},
|
||||
},
|
||||
include: { tags: true },
|
||||
include: {
|
||||
tags: true,
|
||||
collection: true,
|
||||
},
|
||||
});
|
||||
|
||||
return res.status(200).json({
|
||||
|
||||
Reference in New Issue
Block a user