We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c52529 commit bd12a13Copy full SHA for bd12a13
appengine/standard/images/api/blobstore.py
@@ -56,10 +56,10 @@ def get(self):
56
blob_info = blobstore.get(blob_key)
57
58
if blob_info:
59
-# [START get_serving_url]
+ # [START get_serving_url]
60
url = images.get_serving_url(
61
blob_key, size=150, crop=True, secure_url=True)
62
+ # [END get_serving_url]
63
return webapp2.redirect(url)
64
65
# Either "blob_key" wasn't provided, or there was no value with that ID
0 commit comments