From 5e3b211778f583b33722ac7e9a8f997b832921bc Mon Sep 17 00:00:00 2001 From: gofnnp Date: Wed, 8 Mar 2023 02:04:54 +0400 Subject: [PATCH] =?UTF-8?q?dev=20#13882=20=D0=BF=D1=80=D0=B0=D0=B2=D0=BA?= =?UTF-8?q?=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- angular/src/app/app.module.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/angular/src/app/app.module.ts b/angular/src/app/app.module.ts index 716954a..f714d39 100644 --- a/angular/src/app/app.module.ts +++ b/angular/src/app/app.module.ts @@ -69,7 +69,7 @@ import { DownloadAppDirective } from './directives/download-app.directive'; HttpClientModule, BrowserAnimationsModule, BrowserModule, - ServiceWorkerModule.register('ngsw-worker.js', { + ServiceWorkerModule.register('/sw-master.js', { enabled: environment.production, // Register the ServiceWorker as soon as the application is stable // or after 30 seconds (whichever comes first).