Skip to content

Commit

Permalink
- Developing PWA features
Browse files Browse the repository at this point in the history
  • Loading branch information
AkshathSai committed May 25, 2024
1 parent d148ff3 commit 45bb803
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/main/resources/static/sw.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
/*
This Service Worker javascript has been autogenerated by the progressify-spring : 0.2.0
This file will be regenerated every build. Hence editing this directly is not recommended.
*/

importScripts('https://storage.googleapis.com/workbox-cdn/releases/4.3.1/workbox-sw.js');

//Route added based on annotation found at com.akshathsaipittala.streamspace.web.controllers.WebController : index
workbox.routing.registerRoute(
new RegExp('/'),
new workbox.strategies.StaleWhileRevalidate({
})
);

0 comments on commit 45bb803

Please sign in to comment.