This commit is contained in:
omkieit 2024-09-15 14:11:51 +05:30
parent 195cdcc6c0
commit d9c223d6a4
1 changed files with 0 additions and 3 deletions

View File

@ -18,9 +18,6 @@ export const createProperty = async (req, res) => {
} catch (error) {
res.status(404).json({ message: "Something went wrong" });
}
};