Browse Source

Gallery WIP

kanadeko 8 years ago
parent
commit
9bb621a773
1 changed files with 3 additions and 1 deletions
  1. 3 1
      controllers/galleryController.js

+ 3 - 1
controllers/galleryController.js

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