Skip to content
Snippets Groups Projects
Commit b137d0f3 authored by Tom Käsler's avatar Tom Käsler
Browse files

Merge branch '211-fix-service-worker' into 'master'

Adjust dataGroup 'api'

Closes #211

See merge request arsnova/arsnova-lite!187
parents c21ef10b d2d1fcf2
No related merge requests found
......@@ -6,9 +6,10 @@
"name": "api",
"urls": ["/**"],
"cacheConfig": {
"strategy": "freshness",
"maxSize": 500,
"maxAge": "7d",
"strategy": "performance"
"timeout": "3s",
"maxAge": "7d"
}
}
],
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment