return router; };var app = express(); // route grouping app.prefix('/', function (home) { home.route('/').get(data.welcome); //other route
確定! 回上一頁