Merge pull request #74 from bipproduction/73-api-divisi-2

api
This commit is contained in:
Amalia
2024-07-29 14:05:43 +08:00
committed by GitHub

View File

@@ -23,6 +23,6 @@ export async function getOneUser(req: NextRequest) {
return Response.json(users);
} catch (error) {
console.error(error);
return Response.json({ message: "Internal Server Error", success: false }, { status: 500 });
return Response.json({ message: "Internal Server Errorr", success: false }, { status: 500 });
}
}