This commit is contained in:
Sibunnayak 2024-10-11 11:02:19 +05:30
parent ab65a0b3c0
commit 291eb17238

View File

@ -1,4 +1,5 @@
import mongoose from "mongoose"; import mongoose from "mongoose";
import crypto from 'crypto';
// Define Product record schema // Define Product record schema
const ProductRecordSchema = new mongoose.Schema({ const ProductRecordSchema = new mongoose.Schema({