Fix typo in last commit

This commit is contained in:
Paweł Chmielowski
2025-05-21 15:53:13 +02:00
parent c38b2bfc21
commit 9d1d57cd82
+1 -1
View File
@@ -40,7 +40,7 @@ start(Host) ->
Size = ejabberd_option:ext_api_http_pool_size(Host),
Proxy = case {ejabberd_option:rest_proxy(Host),
ejabberd_option:rest_proxy_port(Host)} of
{<<>>, _, _} ->
{<<>>, _} ->
[];
{Host, Port} ->
[{proxy, {{binary_to_list(Host), Port}, []}}]