file-upload.service.ts edited online with Bitbucket
This commit is contained in:
parent
d9de373a93
commit
f0b9867746
@ -33,6 +33,7 @@ export class FileUploadService {
|
||||
private readonly _uploadControllerService: UploadControllerService,
|
||||
private readonly _dialogService: UploadDownloadDialogService
|
||||
) {
|
||||
this._uploadControllerService.defaultHeaders = this._uploadControllerService.defaultHeaders.append('ngsw-bypass', 'true' );
|
||||
interval(2500).subscribe(() => {
|
||||
this._handleUploads();
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user