Skip to content

Commit 91e28de

Browse files
authored
docs(driver): add clarification note to DaffInMemoryDriverBase#url (#3176)
1 parent b63c962 commit 91e28de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libs/driver/in-memory/src/driver/base.class.ts

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import { InMemoryBackendConfigArgs } from 'angular-in-memory-web-api';
66
export abstract class DaffInMemoryDriverBase {
77
/**
88
* The URL of the corresponding backend.
9+
* Does not include a trailing slash, it is of the form: `/<api base>/<collection name>`.
910
*/
1011
protected readonly url = `/${this.config.apiBase}/${this.collectionName}`;
1112

0 commit comments

Comments
 (0)