Mobile API:

Add:
- src/app/api/mobile/admin/forum/

Fix:
- src/app/api/mobile/admin/job/route.ts

### Issue: Reminder kalau api komen report bekum ada
This commit is contained in:
nabillah
2025-10-17 17:45:11 +08:00
parent fdb582ee99
commit f99ec28cc4
4 changed files with 261 additions and 3 deletions

View File

@@ -10,9 +10,6 @@ async function GET(request: Request, { params }: { params: { name: string } }) {
const search = searchParams.get("search");
let fixData;
console.log("[CAT]", category);
try {
if (category === "dashboard") {
const publish = await prisma.job.count({