Skip to content

Commit

Permalink
[hotfix] fix vue ams get detail of SnapshotId url error (apache#3327)
Browse files Browse the repository at this point in the history
Co-authored-by: ConradJam <[email protected]>
  • Loading branch information
czy006 and ConradJam authored Nov 6, 2024
1 parent 549f4b8 commit 0efbd59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amoro-web/src/services/table.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ export function getDetailBySnapshotId(
},
) {
const { catalog, db, table, snapshotId, page, pageSize, ref, token } = params
return request.get(`api/v1/tables/catalogs/${catalog}/dbs/${db}/tables/${table}/snapshots/${snapshotId}/detail`, { params: { page, pageSize, ref, token } })
return request.get(`api/ams/v1/tables/catalogs/${catalog}/dbs/${db}/tables/${table}/snapshots/${snapshotId}/detail`, { params: { page, pageSize, ref, token } })
}
// get operations
export function getOperations(
Expand Down

0 comments on commit 0efbd59

Please sign in to comment.