summaryrefslogtreecommitdiff
path: root/lib/index.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2016-11-15 17:44:43 -0500
committerJules Laplace <jules@okfoc.us>2016-11-15 17:44:43 -0500
commit3f36129ec17fd0de2091b1a883ac6466a641de77 (patch)
tree9a549959722923df8968ce031a7ee20003d8c538 /lib/index.js
parent54475086f2e47a61271a3f0c408bc68b54c6020f (diff)
message watcher api
Diffstat (limited to 'lib/index.js')
-rw-r--r--lib/index.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/index.js b/lib/index.js
index 100989c..793581f 100644
--- a/lib/index.js
+++ b/lib/index.js
@@ -14,7 +14,6 @@ var storage = multer.memoryStorage()
var multer_upload = multer({ storage: storage })
var upload = require("./upload")
-
router.post("/_irc/image", multer_upload.single('image'), function(req, res){
upload.put("image", req.file, {
unacceptable: function(err){