Add Movement !

This commit is contained in:
Paolo Arena
2022-09-03 13:06:58 +02:00
parent 6bee366547
commit d262f94315
18 changed files with 599 additions and 323 deletions

View File

@@ -83,7 +83,6 @@ const MyBachecaSchema = new Schema({
},
date_updated: {
type: Date,
default: Date.now,
},
});