Rota do curinga Koa
router
.get('/home', handleHome )
.get('/:splat*', handleAllOtherRoutesController ); // <== wildcard
KostasX
router
.get('/home', handleHome )
.get('/:splat*', handleAllOtherRoutesController ); // <== wildcard