mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
Merge 0.10->trunk
This commit is contained in:
commit
14b65a9175
1 changed files with 1 additions and 1 deletions
|
@ -1151,7 +1151,7 @@ function def_env.http:list()
|
|||
local http_host = module:context(host):get_option_string("http_host");
|
||||
print("HTTP endpoints on "..host..(http_host and (" (using "..http_host.."):") or ":"));
|
||||
for _, provider in ipairs(http_apps) do
|
||||
local url = module:context(host):http_url(provider.name);
|
||||
local url = module:context(host):http_url(provider.name, provider.default_path);
|
||||
print("", url);
|
||||
end
|
||||
print("");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue