UNPKG

node-atlas

Version:

Progressive realtime web framework config-driven or API-driven for building easily serverless files, websites and webapps component-based and service-oriented.

18 lines (16 loc) 385 B
exports.setRoutes = function (next) { var NA = this, route = NA.webconfig.routes; route.unshift({ "url": "/ajoutee/", "output": "/ajoutee.html", "view": "content.htm" }); route.unshift({ "url": "/english/added/", "output": "/english/added.html", "view": "content.htm", "languageCode": "en-us" }); next(); };