fix query being duplicated

This commit is contained in:
yusing
2025-02-11 09:44:23 +08:00
parent 07bce90521
commit 040c1f6f78
2 changed files with 6 additions and 4 deletions

View File

@@ -60,7 +60,7 @@ var (
var (
HTTPProxyURL = types.MustParseURL(APIBaseURL + EndpointProxyHTTP)
HTTPProxyURLStripLen = len(HTTPProxyURL.Path)
HTTPProxyURLStripLen = len(APIEndpointBase + EndpointProxyHTTP)
)
func IsDockerHostAgent(dockerHost string) bool {