Skip to content

Commit

Permalink
Merge pull request #122 from jason-fox/feature/debug
Browse files Browse the repository at this point in the history
Fix libs
  • Loading branch information
apozohue10 authored Mar 22, 2021
2 parents 8b5f5f9 + ee4c596 commit 778bd60
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 16 deletions.
2 changes: 1 addition & 1 deletion bin/www
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ app.use(function(req, res, next) {
});

app.disable('x-powered-by');
app.use(errorhandler({ log: log.error }));
app.use(errorhandler({ log: debug}));
app.use(cors(config.cors));

let port = config.pep_port || 80;
Expand Down
16 changes: 1 addition & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"author": "GING DIT UPM",
"dependencies": {
"debug": "~4.1.1",
"cors": "^2.8.5",
"errorhandler": "1.x",
"escape-html": "1.0.3",
"express": "4.x",
Expand Down

0 comments on commit 778bd60

Please sign in to comment.