aboutsummaryrefslogtreecommitdiff
path: root/controllers
diff options
context:
space:
mode:
authorkanadeko <[email protected]>2017-01-13 18:38:18 -0300
committerkanadeko <[email protected]>2017-01-13 18:38:18 -0300
commit9bb621a77338e14905fb55394b9ad06c17ec9c71 (patch)
treecd9179db5543ee6604de4311b378e161a968e5aa /controllers
parentGallery WIP (diff)
downloadhost.fuwn.me-9bb621a77338e14905fb55394b9ad06c17ec9c71.tar.xz
host.fuwn.me-9bb621a77338e14905fb55394b9ad06c17ec9c71.zip
Gallery WIP
Diffstat (limited to 'controllers')
-rw-r--r--controllers/galleryController.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/controllers/galleryController.js b/controllers/galleryController.js
index 4347e7a..923c3c6 100644
--- a/controllers/galleryController.js
+++ b/controllers/galleryController.js
@@ -25,4 +25,6 @@ galleryController.test = function(req, res, next){
]
db.table('gallery').insert(testdata).then(() => {})
-} \ No newline at end of file
+}
+
+module.exports = galleryController \ No newline at end of file