add body-parser for validation,
add cors for CORS headers, add helmet for security, add morgan for logging Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
parent
d6af5518de
commit
ae0c197821
@ -3,6 +3,10 @@
|
|||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"description": "REST API for ProxmoxAAS",
|
"description": "REST API for ProxmoxAAS",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"express": "^4.18.2"
|
"body-parser": "^1.20.1",
|
||||||
|
"cors": "^2.8.5",
|
||||||
|
"express": "^4.18.2",
|
||||||
|
"helmet": "^6.0.1",
|
||||||
|
"morgan": "^1.10.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user