kanadeko hace 8 años
padre
commit
9bb621a773
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  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(() => {})
-}
+}
+
+module.exports = galleryController