done
This commit is contained in:
parent
d9c223d6a4
commit
f704d8e1f2
|
@ -1,7 +1,7 @@
|
|||
import PropertyModal from "../models/property.js";
|
||||
import UserModal from "../models/user.js";
|
||||
import mongoose from "mongoose";
|
||||
import { v4 as uuidv4 } from "uuid";
|
||||
// import { v4 as uuidv4 } from "uuid";
|
||||
|
||||
export const createProperty = async (req, res) => {
|
||||
const propertyData = req.body;
|
||||
|
|
Loading…
Reference in New Issue