We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
koa-router
Like this? Instead of instantiating it via http.createServer
http.createServer
import router from '@koa/router' const monitor = require('koa-monitor') const Router = new router({ prefix: 'monitor' }) Router.use(monitor())
Activity