make it better

This commit is contained in:
pawan-dot 2022-06-28 12:00:23 +05:30
parent 86814efc11
commit 8749cb9065

View File

@ -56,7 +56,7 @@ export const createDirectory = async (req, res) => {
data,
});
} catch (error) {
console.log(error)
//console.log(error)
res.status(500).json({
success: false,
msg: "Failled to create !!"