upd: api komen diskusi

Deskripsi:
- update api mobile fcm komen diskusi

- update api version

No Issues
This commit is contained in:
2025-08-06 14:28:29 +08:00
parent 3561f80bf6
commit b625328789
3 changed files with 86 additions and 2 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.7", tahap: "beta", update: "-fix mobile api" }, { status: 200 });
return NextResponse.json({ success: true, version: "1.5.8", tahap: "beta", update: "-update notif komen diskusi" }, { 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 });