add echo path,

add cookie-parser to requirements

Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
2023-01-19 20:22:26 +00:00
parent abefd36391
commit a6b8ecf133
2 changed files with 16 additions and 9 deletions

View File

@@ -5,6 +5,7 @@
"main": "index.js",
"dependencies": {
"body-parser": "^1.20.1",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"express": "^4.18.2",
"helmet": "^6.0.1",