ECommerce Ordini Email 1

This commit is contained in:
Paolo Arena
2021-03-30 02:23:38 +02:00
parent 678d8ecd6b
commit 0b4203067a
13 changed files with 202 additions and 14 deletions

View File

@@ -31,6 +31,9 @@ var TodoSchema = new mongoose.Schema({
descr: {
type: String,
},
note: {
type: String,
},
priority: {
type: Number,
},