"feat: refactor API handlers to use services, add logging, and improve security checks"
This commit is contained in:
@@ -25,6 +25,7 @@ export async function POST(req: NextRequest) {
|
||||
const { data } = await req.json();
|
||||
|
||||
try {
|
||||
// TODO: obsolete createNewAppLog
|
||||
const createResult = await createNewAppLog(data);
|
||||
|
||||
return response(createResult, STATUS.OK);
|
||||
|
Reference in New Issue
Block a user