Browse Source

Gallery WIP

kanadeko 8 năm trước cách đây
mục cha
commit
9bb621a773
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  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