mirror of
https://github.com/crocofied/CoreControl.git
synced 2025-12-29 16:14:43 +00:00
Display Networks on Sites
This commit is contained in:
@@ -30,6 +30,9 @@ export async function GET(request: NextRequest) {
|
||||
mode: "insensitive",
|
||||
},
|
||||
},
|
||||
include: {
|
||||
networks: true,
|
||||
},
|
||||
});
|
||||
const total = await prisma.site.count({
|
||||
where: {
|
||||
|
||||
Reference in New Issue
Block a user