Skip to content

Commit a2e32c9

Browse files
committed
fix: revert:add skipInterceptors
1 parent e0c8150 commit a2e32c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/ngx-file-upload/src/lib/file-upload/file-upload.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export class FileUploadService {
5555
s: `${Date.now()}${Math.floor(Math.random() * 1000)}`
5656
};
5757

58-
return this.http.get(this.config.getUploadLinkURL, { params })
58+
return this.http.get(this.config.getUploadLinkURL, { params, headers: {'skip-interceptors': "true"} })
5959
.pipe(
6060
httpRetry(),
6161
catchError((err: HttpErrorResponse, caught: Observable<{ data: UploadURLResult, statusCode: number, message: any; }>) => {

0 commit comments

Comments
 (0)