Skip to content

Commit d9df733

Browse files
committed
[CST-4880] Fix invalidateRootCache method
1 parent 4cfff33 commit d9df733

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/core/data/root-data.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ export class RootDataService {
129129
* Set to sale the root endpoint cache hit
130130
*/
131131
invalidateRootCache() {
132-
this.requestService.setStaleByHrefSubstring('server/api');
132+
this.requestService.setStaleByHrefSubstring(this.halService.getRootHref());
133133
}
134134
}
135135
/* tslint:enable:max-classes-per-file */

0 commit comments

Comments
 (0)