Feat. Added rate limiting

This commit is contained in:
callum5892
2026-03-10 23:02:15 +00:00
parent b2bd85aa2c
commit b1b9d5772e
4 changed files with 93 additions and 2 deletions

View File

@@ -12,7 +12,9 @@
"license": "ISC",
"dependencies": {
"dotenv": "^16.0.0",
"express-rate-limit": "^7.5.0",
"express": "^4.21.0",
"helmet": "^8.0.0",
"minio": "^8.0.0"
}
}