We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aef7b2c commit c213a4eCopy full SHA for c213a4e
packages/misc/angular-in-memory-web-api/src/interfaces.ts
@@ -70,7 +70,7 @@ export abstract class InMemoryBackendConfigArgs {
70
*/
71
host?: string;
72
/**
73
- * false (default) should pass unrecognized request URL through to original backend; true: 404
+ * true, should pass unrecognized request URL through to original backend; false (default): 404
74
75
passThruUnknownUrl?: boolean;
76
0 commit comments