Added Asset management code.

This commit is contained in:
2022-06-29 14:17:30 -07:00
parent 94c7fb9f7b
commit 117bd8cd1a
6 changed files with 197 additions and 3663 deletions

View File

@@ -69,6 +69,9 @@ Meteor.methods({
}
}
},
'assets.update'(_id, assetId, serial) {
//TODO:
},
'assets.remove'(_id) {
check(_id, String);