Skip to content
This repository has been archived by the owner on Jun 27, 2019. It is now read-only.

Commit

Permalink
Added 'multer': middleware to handle form-data
Browse files Browse the repository at this point in the history
Signed-off-by: Kamidi Preetham <kamidi@live.com>
  • Loading branch information
Kamidi Preetham committed Jun 29, 2016
1 parent 26bf877 commit 2286348
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"http": "0.0.0",
"line-reader": "^0.2.4",
"morgan": "^1.5.3",
"multer": "^1.1.0",
"node-uuid": "^1.4.3",
"octonode": "^0.7.1",
"session-file-store": "0.2.0"
Expand Down
1 change: 1 addition & 0 deletions server/tools.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
module.exports = function () {
var fs = require('fs');
var path = require('path');
var multer = require('multer');
require('./configuration.js')();

this.home_dir = function(user) {
Expand Down

0 comments on commit 2286348

Please sign in to comment.