Skip to content

Commit

Permalink
docs: add doc comment to morgan
Browse files Browse the repository at this point in the history
  • Loading branch information
Connor-Bernard committed Nov 3, 2024
1 parent 7e43805 commit 49cb5f0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions api/lib/logger.mjs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
import morgan from 'morgan';

/**
* Standard logging middleware for all inbound HTTP requests.
*/
export default morgan('common');

0 comments on commit 49cb5f0

Please sign in to comment.