Skip to content

Commit

Permalink
feat: 删除多余代码 #1012
Browse files Browse the repository at this point in the history
  • Loading branch information
zacYL committed Aug 15, 2023
1 parent a9d1137 commit 9158ef0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 56 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,7 @@ object OciResponseUtils {
host = domain
}
val builder = UriBuilder.fromPath(OCI_API_PREFIX).host(host).scheme(getProtocol(request, enableHttps))
// return builder.build(
return URI("http://registry.me:25811/v2/")
return builder.build()
}

/**
Expand Down

This file was deleted.

0 comments on commit 9158ef0

Please sign in to comment.