summaryrefslogtreecommitdiff
path: root/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'index.js')
-rw-r--r--index.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/index.js b/index.js
index 3bebc43..0061e39 100644
--- a/index.js
+++ b/index.js
@@ -51,6 +51,7 @@ site.init = function(){
// })
// })
+ /*
app.post("/upload", upload.single('image'), function(req, res){
upload.put("image", req.file, {
unacceptable: function(err){
@@ -63,4 +64,8 @@ site.init = function(){
}
})
})
+ */
}
+
+site.init()
+