Skip to content

Commit 098b58b

Browse files
authored
Update app.js
1 parent bb8d5a6 commit 098b58b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sample/js/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
if ('serviceWorker' in navigator) {
22
// Регистрируем Сервис-воркер
33
navigator.serviceWorker.register('/sample/service-worker.js', {
4-
scope: '/'
4+
scope: '/sample/'
55
});
66
}

0 commit comments

Comments
 (0)