Skip to content

Commit

Permalink
Update serviceWorker.js to use new API endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
BumpyClock committed Apr 12, 2024
1 parent 3914e65 commit 768d60b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/serviceWorker.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* eslint-disable no-restricted-globals */
// Activate the new service worker and take control of the pages
const CACHE_NAME = '24_04_10_v1';
const CACHE_NAME = '24_04_12_v1';

self.addEventListener('install', (event) => {
event.waitUntil(
Expand Down

0 comments on commit 768d60b

Please sign in to comment.