Browse Source
fixes deprecation warning: ``` express deprecated res.send(status, body): Use res.status(status).send(body) instead node_modules/express-limiter/index.js:43:15 ```develop
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue