We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cfff33 commit d9df733Copy full SHA for d9df733
1 file changed
src/app/core/data/root-data.service.ts
@@ -129,7 +129,7 @@ export class RootDataService {
129
* Set to sale the root endpoint cache hit
130
*/
131
invalidateRootCache() {
132
- this.requestService.setStaleByHrefSubstring('server/api');
+ this.requestService.setStaleByHrefSubstring(this.halService.getRootHref());
133
}
134
135
/* tslint:enable:max-classes-per-file */
0 commit comments