mirror of
https://github.com/fullstack-cash/bch-api.git
synced 2026-09-22 09:12:05 -07:00
Removing old rate limit middleware
This commit is contained in:
+1
-1
@@ -121,7 +121,7 @@ if (USE_RATE_LIMITS) {
|
||||
|
||||
// Rate limit on all v4 routes
|
||||
// Establish and enforce rate limits.
|
||||
app.use(`/${v4prefix}/`, rateLimits.rateLimitByResource)
|
||||
// app.use(`/${v4prefix}/`, rateLimits.rateLimitByResource)
|
||||
}
|
||||
// END Rate Limits
|
||||
|
||||
|
||||
Reference in New Issue
Block a user