UNPKG

koa-router

Version:

Router middleware for koa. Provides RESTful resource routing.

9 lines (7 loc) 200 B
/** * RESTful resource routing middleware for koa. * * @author Alex Mingoia <talk@alexmingoia.com> * @link https://github.com/alexmingoia/koa-router */ module.exports = require('./lib/router');