commit | 8dd411050ee863fba2d949fef4a274d7e804ed5f | [log] [tgz] |
---|---|---|
author | Rajanish GJ <rajanishgj@google.com> | Thu Jun 29 13:22:40 2017 -0700 |
committer | Rajanish GJ <rajanishgj@google.com> | Thu Jun 29 13:22:40 2017 -0700 |
tree | 8d2436c8636293d31bf056a3864bdea562af1447 | |
parent | c11335aa543ab7e59e7fd034106160f21375fd01 [diff] |
[XAPID-999] fix blob endpoint
diff --git a/bundle.go b/bundle.go index 7b09cd2..cf1092a 100644 --- a/bundle.go +++ b/bundle.go
@@ -190,7 +190,7 @@ log.Panicf("bad url value for config %s: %s", blobUri, err) } - blobUri.Path = strings.Replace(BLOBSTORE_URI, "{BLOB_ID}",blobId, 1) + blobUri.Path += strings.Replace(BLOBSTORE_URI, "{BLOB_ID}",blobId, 1) parameters := url.Values{} parameters.Add("action", "GET") parameters.Add("key", blobId)