Skip to content

Commit

Permalink
fix minor issue in app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
chaudhryjunaid committed Jan 16, 2016
1 parent 626dff9 commit 513e37f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ app.listen(config.PORT);
winston.info('Express app started on port ' + config.PORT);

//expose app
exports = module.exports = app;
module.exports = app;

0 comments on commit 513e37f

Please sign in to comment.