summaryrefslogtreecommitdiff
path: root/index.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2017-06-29 01:18:06 +0200
committerJules Laplace <julescarbon@gmail.com>2017-06-29 01:18:06 +0200
commit50904f4b010c417d558174005a7b4c5868e7d8d9 (patch)
tree2fb9bad10e09ff66ccc5313289a62367843326a3 /index.js
parenta190d638c608f4352e3f01d72ed419a5ab5129ed (diff)
sketch folder stuff
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()
+