diff options
-rw-r--r-- | components/datalake-handler/admin/src/src/app/core/services/rest-api.service.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/datalake-handler/admin/src/src/app/core/services/rest-api.service.ts b/components/datalake-handler/admin/src/src/app/core/services/rest-api.service.ts index e5d6e708..9d10fdde 100644 --- a/components/datalake-handler/admin/src/src/app/core/services/rest-api.service.ts +++ b/components/datalake-handler/admin/src/src/app/core/services/rest-api.service.ts @@ -166,7 +166,7 @@ export class RestApiService { Database */ getDbEncryptList(flag): Observable<any> { - return this.http.get(prefix + "dbs/list/?encrypt="+flag).pipe( + return this.http.get(prefix + "dbs/list?tool="+flag).pipe( retry(1), map(this.extractData), catchError(this.handleError) |