Admin
# feat: - Count jumlah perstatus - Get data review untuk admin ### no issue
This commit is contained in:
@@ -9,7 +9,7 @@ import { NextResponse } from "next/server";
|
||||
export async function POST(req: Request) {
|
||||
if (req.method === "POST") {
|
||||
const body = await req.json();
|
||||
console.log(body);
|
||||
// console.log(body);
|
||||
|
||||
if (body.nomor === "1234567890") {
|
||||
return NextResponse.json({
|
||||
|
||||
Reference in New Issue
Block a user