issues
search
expressjs
/
express
Fast, unopinionated, minimalist web framework for node.
https://expressjs.com
MIT License
65.75k
stars
16.38k
forks
source link
Refactor: simplify req.path getter
#6134
Open
Ayoub-Mabrouk
opened
3 weeks ago
Ayoub-Mabrouk
commented
3 weeks ago
Removed redundant function name from the req.path getter for improved readability. The function now directly utilizes the concise function expression.