improved express setup (added helmet, morgan)
This commit is contained in:
parent
fc3a4b31c1
commit
ba9dd7d17a
3 changed files with 127 additions and 18 deletions
|
|
@ -13,6 +13,8 @@
|
|||
"dependencies": {
|
||||
"body-parser": "^1.20.1",
|
||||
"express": "^4.18.2",
|
||||
"helmet": "^6.0.1",
|
||||
"morgan": "^1.10.0",
|
||||
"pg-promise": "^10.15.4",
|
||||
"ts-node": "^10.9.1",
|
||||
"typescript": "^4.9.3"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue