it('will allow calls to the root API to pass through', () => {
    expect('/api'.match(regex)).to.be.null;
    expect('/api/things'.match(regex)).to.be.null;
  });