Skip to content

Commit

Permalink
docs(data): improve DefaultDataServiceConfig.trailingSlashEndpoints (#…
Browse files Browse the repository at this point in the history
…3690)

Closes #3689
  • Loading branch information
coder925 authored Dec 2, 2022
1 parent be5fc3f commit 7194403
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ export abstract class DefaultDataServiceConfig {
saveDelay?: number;
/** request timeout in MS (default: 0)*/
timeout?: number; //
/** to keep trailing slashes or not; false by default */
/** to keep leading & trailing slashes or not; false by default */
trailingSlashEndpoints?: boolean;
}

0 comments on commit 7194403

Please sign in to comment.