소스 검색

Gallery WIP

kanadeko 8 년 전
부모
커밋
9bb621a773
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  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