diff options
Diffstat (limited to 'bucky/app/router.js')
| -rw-r--r-- | bucky/app/router.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bucky/app/router.js b/bucky/app/router.js index 134ab1d..bd72a4d 100644 --- a/bucky/app/router.js +++ b/bucky/app/router.js @@ -80,7 +80,7 @@ module.exports = function(app){ multer.array("files"), bucky.verifyFilesOrComment, bucky.createThread, -// bucky.createFiles, + bucky.createOptionalFiles, bucky.createOptionalComment, function(req, res){ res.json(res.thread) |
