summaryrefslogtreecommitdiffstats
path: root/components
diff options
context:
space:
mode:
authorZhangZihao <zhangzihao@chinamobile.com>2019-11-19 10:48:39 +0800
committerZihao Zhang <zhangzihao@chinamobile.com>2019-11-19 03:00:55 +0000
commit8dc194b47e4317981810a83535e9507ce4be734a (patch)
tree88a193db9561dadcf9c55a7747b3b984cc1c1a36 /components
parentf5c092d00691458060c24b37d2e09d5816001f88 (diff)
rest api modify
Change-Id: I197cb58963370009e5ac237ae783694649ad3415 Issue-ID: DCAEGEN2-1877 Signed-off-by: ZhangZihao <zhangzihao@chinamobile.com>
Diffstat (limited to 'components')
-rw-r--r--components/datalake-handler/admin/src/src/app/core/services/rest-api.service.ts2
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)