Skip to content

Commit 7ef333a

Browse files
committed
fix(sample): nodejs sample
1 parent 67f70d6 commit 7ef333a

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

samples/Node.js/app.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ var app = express();
88
app.use(express.static(__dirname + '/public'));
99
app.use(express.static(__dirname + '/../../src'));
1010

11-
app.use(express.bodyParser());
12-
1311
// Handle uploads through Flow.js
1412
app.post('/upload', multipartMiddleware, function(req, res){
1513
flow.post(req, function(status, filename, original_filename, identifier){

0 commit comments

Comments
 (0)