diff --git a/client/ngsw-config.json b/client/ngsw-config.json index 1b0fde81f..ff033e355 100644 --- a/client/ngsw-config.json +++ b/client/ngsw-config.json @@ -25,5 +25,16 @@ ] } } + ], + "dataGroups": [ + { + "name": "api", + "urls": ["/rest/*", "/apps/*"], + "cacheConfig": { + "maxSize": 0, + "maxAge": "0u", + "strategy": "freshness" + } + } ] }