Add vote rate limit

This commit is contained in:
Nanobyte
2020-10-11 16:17:17 +02:00
parent 97383a71af
commit 58097f0d60
6 changed files with 52 additions and 6 deletions

View File

@@ -14,13 +14,14 @@
"dependencies": {
"better-sqlite3": "^5.4.3",
"express": "^4.17.1",
"express-rate-limit": "^5.1.3",
"http": "0.0.0",
"iso8601-duration": "^1.2.0",
"node-fetch": "^2.6.0",
"redis": "^3.0.2",
"sync-mysql": "^3.0.1",
"uuid": "^3.3.2",
"youtube-api": "^2.0.10",
"node-fetch": "^2.6.0"
"youtube-api": "^2.0.10"
},
"devDependencies": {
"mocha": "^7.1.1",