move rate limiting directly to handler

This commit is contained in:
TheBeastLT
2023-10-31 21:01:02 +02:00
parent a4cdccc469
commit 77db08c9b2
5 changed files with 26 additions and 18 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "stremio-torrentio",
"version": "1.0.13",
"version": "1.0.14",
"exports": "./index.js",
"type": "module",
"scripts": {
@@ -15,6 +15,7 @@
"bottleneck": "^2.19.5",
"cache-manager": "^3.4.4",
"cache-manager-mongodb": "^0.3.0",
"cors": "^2.8.5",
"debrid-link-api": "^1.0.1",
"express-rate-limit": "^6.7.0",
"magnet-uri": "^6.2.0",
@@ -27,6 +28,7 @@
"prom-client": "^12.0.0",
"real-debrid-api": "git://github.com/TheBeastLT/node-real-debrid.git#d1f7eaa8593b947edbfbc8a92a176448b48ef445",
"request-ip": "^3.3.0",
"router": "^1.3.8",
"sequelize": "^6.31.1",
"stremio-addon-sdk": "^1.6.10",
"swagger-stats": "^0.99.7",