Skip to content

Commit f9350cf

Browse files
changed the visibility modifier
1 parent 73a4e1d commit f9350cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/app/api/api/api.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ export class ApiService {
238238

239239

240240
// This method is a common configuration to set the headers and query params
241-
private commonConf(endpoint: string, queryParameters: HttpParams, observe: any = 'body', reportProgress: boolean = false): Observable<number> {
241+
public commonConf(endpoint: string, queryParameters: HttpParams, observe: any = 'body', reportProgress: boolean = false): Observable<number> {
242242
let headers = this.defaultHeaders;
243243

244244
// to determine the Accept header

0 commit comments

Comments
 (0)