fix middleware
This commit is contained in:
@@ -13,7 +13,6 @@ export async function POST(req: Request) {
|
||||
|
||||
try {
|
||||
const { data } = await req.json();
|
||||
console.log("data api register", data);
|
||||
|
||||
const cekUsername = await prisma.user.findUnique({
|
||||
where: {
|
||||
|
||||
Reference in New Issue
Block a user