done
This commit is contained in:
parent
195cdcc6c0
commit
d9c223d6a4
|
@ -18,9 +18,6 @@ export const createProperty = async (req, res) => {
|
|||
} catch (error) {
|
||||
res.status(404).json({ message: "Something went wrong" });
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue