Added uploads handler

This commit is contained in:
NGPixel
2016-09-17 00:26:02 -04:00
parent 1dcd11570a
commit 405e23f01e
7 changed files with 77 additions and 4 deletions

View File

@@ -125,6 +125,17 @@ module.exports = {
},
/**
* Gets the repo path.
*
* @return {String} The repo path.
*/
getRepoPath() {
return this._repo.path || path.join(ROOTPATH, 'repo');
},
/**
* Sync with the remote repository
*