From 6f02b7163c82d84393b58114302b6d997d899eaa Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lukas=20Mau=C3=9F?= <lukas.mauss@mni.thm.de>
Date: Sat, 22 Jun 2019 12:41:09 +0200
Subject: [PATCH] Fix service worker

---
 ngsw-config.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ngsw-config.json b/ngsw-config.json
index 72c13e02d..a2271bc89 100644
--- a/ngsw-config.json
+++ b/ngsw-config.json
@@ -15,7 +15,7 @@
     {
       "name": "static",
       "urls": [
-        "!/**/*api*"
+        "!/**/*api*/**"
       ],
       "cacheConfig": {
         "strategy": "performance",
-- 
GitLab