Skip to content

Commit 31edeea

Browse files
committed
Merge branch 'fix-api-gateway-requests' of https://github.com/madetech/aws-codegen into madetech-fix-api-gateway-requests
2 parents 9db6a98 + 014273a commit 31edeea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

priv/rest_json.ex.eex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ defmodule <%= context.module_name %> do
9898
end
9999

100100
defp get_url(host, url, %{:proto => proto, :port => port}) do
101-
"#{proto}://#{host}:#{port}#{url}/"
101+
"#{proto}://#{host}:#{port}#{url}"
102102
end
103103

104104
defp encode_payload(input) do

0 commit comments

Comments
 (0)