From 7ea5b73f38db1f011be90d5239bc2c9f6b9d2ea2 Mon Sep 17 00:00:00 2001 From: bat Date: Mon, 27 Feb 2023 19:36:09 +0000 Subject: [PATCH] Actualizar 'sw.js' --- sw.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sw.js b/sw.js index c1c1884..bbb6e49 100644 --- a/sw.js +++ b/sw.js @@ -3,7 +3,7 @@ async function initCache() { await cache.addAll([ '/', '/index.html', - '/app.js' + '/app.js', ]) }