Skip to content

Commit

Permalink
feat: 插件发布、下载适配制品库全球化 TencentBlueKing#8560
Browse files Browse the repository at this point in the history
  • Loading branch information
yaoxuwan committed Apr 2, 2023
1 parent eeb63ce commit e6f0813
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1113,7 +1113,7 @@ class BkRepoClient constructor(
fullPath: String,
taskType: ReplicaType = ReplicaType.EDGE_PULL
) {
val url = "${getGatewayUrl()}/bkrepo/api/service/replication/api/task/create"
val url = "${getGatewayUrl()}/bkrepo/api/service/replication/api/task/edge/create"
val taskCreateRequest = ReplicaTaskCreateRequest(
name = "$fullPath-${UUID.randomUUID()}",
localProjectId = projectId,
Expand Down

0 comments on commit e6f0813

Please sign in to comment.