Popupmenu Todo:

- Show Task Completed
This commit is contained in:
Paolo Arena
2019-03-04 17:28:41 +01:00
parent 8f1ee2a7da
commit 8fe9199162
4 changed files with 6 additions and 2 deletions

View File

@@ -20,6 +20,9 @@ const cfgserverSchema = new Schema({
minlength: 1,
unique: true,
},
userId: {
type: String,
},
valore: {
type: String,
},