Display Networks on Sites

This commit is contained in:
headlesdev
2025-05-18 15:44:55 +02:00
parent fd4b8feaaf
commit c01458e394
3 changed files with 14 additions and 2 deletions

View File

@@ -30,6 +30,9 @@ export async function GET(request: NextRequest) {
mode: "insensitive",
},
},
include: {
networks: true,
},
});
const total = await prisma.site.count({
where: {