Shubham
Shubham
**Project name** (Add project name over here) **Project link** (Provide project link over here) **Improvements suggested** (Write the improvements you are suggesting over here)
 **Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the...
const { title, body, photoEncoded, photoType } = req.body; if (!title || !body || !photoEncoded) { return res.json({ error: "Please submit all the required fields.", }); }