return fixed

This commit is contained in:
2025-07-01 08:43:34 +05:30
parent bb16777304
commit 6fd6c919cc

View File

@@ -106,7 +106,7 @@ router.post(
...images,
]);
res.json({ success: true, data: result });
res.json(result);
} catch (err: any) {
console.error(err);
return res.status(500).json({