Add logging middleware to log requests

This commit is contained in:
Soam Vasani
2016-09-24 12:14:27 -07:00
parent b42f4dee6a
commit 35e3b3b421
2 changed files with 7 additions and 2 deletions
+2 -1
View File
@@ -15,6 +15,7 @@
"dependencies": {
"express": "",
"minimist": "",
"body-parser": ""
"body-parser": "",
"morgan": ""
}
}