voie de jauneuse KOA
router
.get('/home', handleHome )
.get('/:splat*', handleAllOtherRoutesController ); // <== wildcard
KostasX
router
.get('/home', handleHome )
.get('/:splat*', handleAllOtherRoutesController ); // <== wildcard