I have route:
app.get(\'/:id\', routes.action);
It works fine, but I need skip robot.txt and other (humans ....) I create rege
robot.txt
If you need it for multiple routes :
app.routes.get
is an array having all of the get routes. You can change the regex object for the routes you need to change.