Judd: implement ratelimit on /post route
This commit is contained in:
parent
4f02c3a26c
commit
e86743873c
3 changed files with 32 additions and 2 deletions
|
|
@ -13,6 +13,7 @@
|
|||
"dependencies": {
|
||||
"discord.js": "^14.25.1",
|
||||
"express": "^4.18.2",
|
||||
"express-rate-limit": "^8.3.1",
|
||||
"express-subdomain": "^1.0.5",
|
||||
"joi": "^17.7.0",
|
||||
"mongoose": "^6.7.1",
|
||||
|
|
|
|||
Loading…
Reference in a new issue