[👷] 문서 설정
All checks were successful
JJ_Back/pipeline/head This commit looks good

This commit is contained in:
김선규 2024-08-20 13:03:51 +09:00
parent 9c7dba92c0
commit 68f0925b5f

View File

@ -13,6 +13,10 @@
"author": "Team.Stein", "author": "Team.Stein",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"express": "^4.19.2" "express": "^4.19.2",
"cookie-parser": "^1.4.6",
"body-parser": "^1.19.2",
"express-session": "^1.17.3",
"cors": "^2.8.5"
} }
} }