diff options
author | Jack <[email protected]> | 2021-08-27 21:40:38 +0100 |
---|---|---|
committer | Jack <[email protected]> | 2021-08-27 21:40:38 +0100 |
commit | 423990ab3b3d086a1175d5b1759edb87be783014 (patch) | |
tree | d7f6be2003a2e4a3d732755e70481401547e9155 /package.json | |
parent | 82a45bfb7d01df0706c75c67b10086d1170d3d01 (diff) | |
download | monkeytype-423990ab3b3d086a1175d5b1759edb87be783014.tar.gz monkeytype-423990ab3b3d086a1175d5b1759edb87be783014.zip |
added api rate limiting
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 9a12bb18b..f6871a87a 100644 --- a/package.json +++ b/package.json @@ -54,6 +54,7 @@ "dom-to-image": "^2.6.0", "dotenv": "^10.0.0", "express": "^4.17.1", + "express-rate-limit": "^5.3.0", "firebase-admin": "^9.11.0", "helmet": "^4.6.0", "howler": "^2.2.1", |