diff options
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() + |
