diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-06-29 01:18:06 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-06-29 01:18:06 +0200 |
| commit | 50904f4b010c417d558174005a7b4c5868e7d8d9 (patch) | |
| tree | 2fb9bad10e09ff66ccc5313289a62367843326a3 /index.js | |
| parent | a190d638c608f4352e3f01d72ed419a5ab5129ed (diff) | |
sketch folder stuff
Diffstat (limited to 'index.js')
| -rw-r--r-- | index.js | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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() + |
