79682941

Date: 2025-06-28 11:23:23
Score: 1
Natty:
Report link

The guide about migrating to Express 5 instructs to replace app.get('/*') (v4) with app.get('/*splat'), to match any path without the root path. To match the root path as well, use /{*splat}.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: qadzek