mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Added cookie-parser
This commit is contained in:
parent
b73d764b82
commit
d37538afb3
2 changed files with 2 additions and 1 deletions
|
@ -1 +1 @@
|
||||||
Subproject commit f6a6b4e452cddb6150003776113b332026d4354e
|
Subproject commit 35263fccad68f2b8a564532658a5489c92674675
|
|
@ -3,6 +3,7 @@
|
||||||
"main": "server.js",
|
"main": "server.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"connect-busboy": "0.0.2",
|
"connect-busboy": "0.0.2",
|
||||||
|
"cookie-parser": "^1.4.5",
|
||||||
"cors": "^2.8.5",
|
"cors": "^2.8.5",
|
||||||
"ejs": "^1.0.0",
|
"ejs": "^1.0.0",
|
||||||
"express": "^4.6.1",
|
"express": "^4.6.1",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue