mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-21 20:21:10 +10:00
partial: user routes
This commit is contained in:
@ -46,9 +46,9 @@ class NewsManager {
|
||||
options: {
|
||||
take?: number;
|
||||
skip?: number;
|
||||
orderBy?: "asc" | "desc";
|
||||
orderBy?: "asc" | "desc" | undefined;
|
||||
tags?: string[];
|
||||
search?: string;
|
||||
search?: string | undefined;
|
||||
} = {},
|
||||
) {
|
||||
return await prisma.article.findMany({
|
||||
|
||||
Reference in New Issue
Block a user