import products dinamically

This commit is contained in:
Surya Paolo
2024-02-06 20:12:54 +01:00
parent 9fe81713e5
commit 64bd3cebb3
13 changed files with 577 additions and 32 deletions

View File

@@ -20,6 +20,10 @@ const searchSchema = new Schema({
userId: {
type: String,
},
date_created: {
type: Date,
default: Date.now,
},
text: {
type: String,
},