diff options
| author | kanadeko <[email protected]> | 2017-01-13 18:38:18 -0300 |
|---|---|---|
| committer | kanadeko <[email protected]> | 2017-01-13 18:38:18 -0300 |
| commit | 9bb621a77338e14905fb55394b9ad06c17ec9c71 (patch) | |
| tree | cd9179db5543ee6604de4311b378e161a968e5aa /controllers | |
| parent | Gallery WIP (diff) | |
| download | host.fuwn.me-9bb621a77338e14905fb55394b9ad06c17ec9c71.tar.xz host.fuwn.me-9bb621a77338e14905fb55394b9ad06c17ec9c71.zip | |
Gallery WIP
Diffstat (limited to 'controllers')
| -rw-r--r-- | controllers/galleryController.js | 4 |
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 |