Gallery WIP

This commit is contained in:
kanadeko 2017-01-13 18:38:18 -03:00
parent dec004cc0a
commit 9bb621a773
1 changed files with 3 additions and 1 deletions

View File

@ -25,4 +25,6 @@ galleryController.test = function(req, res, next){
]
db.table('gallery').insert(testdata).then(() => {})
}
}
module.exports = galleryController