If I have route:
module.exports = (app) => { app.get( \'/:lang/url1\', MyController1.methot1, MyController1.method2 ); app.get( \'/:lang/