mirror of
https://github.com/usatiuk/ustk-todolist.git
synced 2025-10-28 15:47:48 +01:00
don't cache api at all
This commit is contained in:
@@ -323,7 +323,7 @@ module.exports = {
|
||||
runtimeCaching: [
|
||||
{
|
||||
urlPattern: /\/api\//,
|
||||
handler: 'networkFirst',
|
||||
handler: 'networkOnly',
|
||||
},
|
||||
],
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user