add: added rate limit to the api

This commit is contained in:
Lukian 2025-04-21 20:43:14 +02:00
parent f4cfd8a9fe
commit 46aea20bf5
2 changed files with 17 additions and 0 deletions

View file

@ -16,6 +16,8 @@
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-rate-limit": "^7.5.0",
"express-slow-down": "^2.0.3",
"express-ws": "^5.0.2",
"fs": "^0.0.1-security",
"https": "^1.0.0",