koa-better-serve
koa-better-serve copied to clipboard
this package is broken - if no path was found then it should return next() so it moves along to next middleware and eventually 404 handler
aka its missing core defer usage
Hm. It sets 404 when error.
Would you mind PR with fix and test case?