Merge pull request #2124 from raycheung/master

Fix storyboard when proxied with an external port
このコミットが含まれているのは:
TheFrenchGhosty 2021-06-19 07:45:33 +00:00 committed by GitHub
コミット c33ee83d87
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更1行の追加1行の削除

ファイルの表示

@ -298,7 +298,7 @@ def make_host_url(kemal_config)
# Add if non-standard port
if port != 80 && port != 443
port = ":#{kemal_config.port}"
port = ":#{port}"
else
port = ""
end