Open damianobarbati opened 4 years ago
I just noticed a mismatch between repos names and npm packages. I guess I should move this issue to https://github.com/koajs/router ?
solution
https://github.com/koajs/router/blob/master/history.md
router.get('(.*)', (ctx) => { ctx.body = 'ok' })
I recently upgraded to koa-router v9 and I see wildcard routes are not supported anymore:
causes =>
Versions:
If full repro is needed I can produce it.