express-limiter
express-limiter copied to clipboard
Limit all endpoints except one
Is there a way to limit all endpoints on my application except one? Or how can I set all endpoints to 5 requests per second, but a specific endpoint limit it at 8 requests per second?