aboutsummaryrefslogtreecommitdiff
path: root/motto/package.json
diff options
context:
space:
mode:
authorMarvin Borner2020-09-17 22:01:48 +0200
committerMarvin Borner2020-09-17 22:01:48 +0200
commit35ae49c6145b3f29704b0f184ddb142b003f82a0 (patch)
tree21ab5bcda2a07ccef7774239e231771b07c57e0d /motto/package.json
parent76fbbc2c6812d78999b20a2de7b419e1f0ed3e94 (diff)
Added rate limiting
Diffstat (limited to 'motto/package.json')
-rw-r--r--motto/package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/motto/package.json b/motto/package.json
index 80807c3..01f2bc6 100644
--- a/motto/package.json
+++ b/motto/package.json
@@ -10,6 +10,7 @@
"license": "MIT",
"dependencies": {
"express": "^4.17.1",
+ "express-rate-limit": "^5.1.3",
"sqlite3": "^5.0.0"
},
"devDependencies": {