New Repo after delete hahaha !! #1

Merged
bagasbanuna merged 27 commits from mobile-api/24-oct-25 into staging 2025-10-27 11:31:25 +08:00
38 changed files with 3766 additions and 58 deletions
Showing only changes of commit 4ef93e0509 - Show all commits

View File

@@ -10,7 +10,6 @@ async function GET(request: Request) {
const search = searchParams.get("search");
const takeData = 10;
const skipData = Number(page) * takeData - takeData;
console.log("[CATEGORY]", category);
let fixData;
try {