adding the order service delete on the plan api

This commit is contained in:
2026-04-26 18:57:33 +06:00
parent 4c1614601a
commit 107b94bc97
6 changed files with 17 additions and 7 deletions
@@ -7,6 +7,7 @@ const update_profile_into_db = async (req: Request) => {
const user = req?.user as JwtPayloadType;
const payload = req?.body;
const file = req?.file;
console.log(payload);
// check file and upload to cloud
if (file) {
const cloudRes = await uploadCloud(file);