Open gregorydony opened 6 years ago
Wrong comment in InMemoryBackendConfigArgs
/** * false (default) should pass unrecognized request URL through to original backend; true: 404 */ passThruUnknownUrl?: boolean;
should be
/** * false (default) : 404; true: should pass unrecognized request URL through to original backend */ passThruUnknownUrl?: boolean;
Or maybe 'true' should be the default ?
Wrong comment in InMemoryBackendConfigArgs
should be
Or maybe 'true' should be the default ?