upd: api mobile

Deskripsi:
- ilangin detik
- ilangin order by pada project list tugas
- update api version

No Issues
This commit is contained in:
2025-07-30 17:47:30 +08:00
parent f03a1ca24d
commit 85a73acdd0
4 changed files with 3 additions and 5 deletions

View File

@@ -2,7 +2,7 @@ import { NextResponse } from "next/server";
export async function GET(request: Request) {
try {
return NextResponse.json({ success: true, version: "1.5.6", tahap: "beta", update: "-fix mobile api" }, { status: 200 });
return NextResponse.json({ success: true, version: "1.5.7", tahap: "beta", update: "-fix mobile api" }, { status: 200 });
} catch (error) {
console.error(error);
return NextResponse.json({ success: false, version: "Gagal mendapatkan version, coba lagi nanti (error: 500)", reason: (error as Error).message, }, { status: 500 });