Custom route always 404

try

async getPoints(ctx) {
  ctx.send({
    data: 'test',
  });
}