koa-controller icon indicating copy to clipboard operation
koa-controller copied to clipboard

MVC-style implementation of routes and controllers for Koa.

Results 3 koa-controller issues
Sort by recently updated
recently updated
newest added

Hi. How can I define some query strings in my route? `/product/1111/orders?orderBy=date&sort=desc` Best regards.

Shouldn't it be app.use(kc.controller({ in your example on the main page? you have just app.use(controller({ Also why are there no example code using app.use(kc.controller({, you only have app.use(kc.router({ https://github.com/xpepermint/koa-controller/blob/master/example/index.js