feat: git init + commands

This commit is contained in:
Nick
2019-02-03 02:48:30 -05:00
parent 830ddd9d2c
commit d5028b1bce
8 changed files with 13993 additions and 21 deletions

View File

@@ -48,6 +48,7 @@ module.exports = {
}, {})
}).where('key', tgt.key)
}
await WIKI.models.storage.initTargets()
return {
responseResult: graphHelper.generateSuccess('Storage targets updated successfully')
}