diff --git a/app/views/json/screenshots.json.jbuilder b/app/views/json/screenshots.json.jbuilder index d822ba9..39588f4 100644 --- a/app/views/json/screenshots.json.jbuilder +++ b/app/views/json/screenshots.json.jbuilder @@ -3,7 +3,7 @@ json.cache! ['json_screenshots'], expires_in: 1.hour do p = s.package json.extract! s, :version json.extract! p, :maintainer, :name, :section, :maintainer_email, :homepage, :description - json.url url_for(p, protocol: 'https) + json.url url_for(p, protocol: 'https') json.small_image_url "https://#{request.host_with_port}#{s.image.url(:thumb, timestamp: false)}" json.large_image_url "https://#{request.host_with_port}#{s.image.url(:large, timestamp: false)}" end