We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 985aa7d commit f32a952Copy full SHA for f32a952
apps/opplaringspenger-soknad/src/app/main.tsx
@@ -14,6 +14,9 @@ async function enableMocking() {
14
return worker.start({
15
serviceWorker: {
16
url: '/familie/sykdom-i-familien/soknad/opplaringspenger/assets/mockServiceWorker.js',
17
+ options: {
18
+ scope: '/familie/sykdom-i-familien/soknad/opplaringspenger/',
19
+ },
20
},
21
});
22
}
0 commit comments