Merge pull request #278 from bipproduction/amalia/01-okt-24

upd: komen
This commit is contained in:
Amalia
2024-10-01 12:11:38 +08:00
committed by GitHub
2 changed files with 2 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: "0.1" }, { status: 200 });
return NextResponse.json({ success: true, version: "0.1.1" }, { status: 200 });
} catch (error) {
console.error(error);
return NextResponse.json({ success: false, version: "Gagal mendapatkan version, coba lagi nanti", reason: (error as Error).message, }, { status: 500 });

View File

@@ -34,7 +34,7 @@ export default function WrapLayout({ children, role, theme, user }: { children:
return (
<>
{JSON.stringify(data)}
{/* {JSON.stringify(data)} */}
{
tampilNotif &&
<NotificationCustome