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