UNPKG

koan

Version:

A Koa.js Application Boilerplate

13 lines (11 loc) 159 B
'use strict'; module.exports = { '/': { controller: 'index', action: 'home' }, '/about' : { controller: 'pages', action: 'about' } };