Skip to content

Commit 8404a8b

Browse files
authored
Update serviceWorker.js
1 parent b705cc1 commit 8404a8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

serviceWorker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ self.addEventListener('sync', (event) => {
186186

187187
//Adding `notification` click event listener
188188
self.addEventListener('notificationclick', (event) => {
189-
var url = 'https://demopwa.in/';
189+
var url = 'https://awdev.my.id/';
190190

191191
//Listen to custom action buttons in push notification
192192
if (event.action === 'yes') {

0 commit comments

Comments
 (0)