add rate limiting

This commit is contained in:
Dave Horton
2022-03-07 08:43:46 -05:00
parent 090bfbce92
commit 9205cd76a7
3 changed files with 29 additions and 0 deletions
+1
View File
@@ -29,6 +29,7 @@
"cors": "^2.8.5",
"debug": "^4.3.3",
"express": "^4.17.2",
"express-rate-limit": "^6.3.0",
"form-data": "^2.5.1",
"form-urlencoded": "^6.0.5",
"helmet": "^5.0.2",