mirror of
https://github.com/bjc/prosody.git
synced 2025-04-06 22:57:38 +03:00
Backed out 35ebcb733c4c
This commit is contained in:
parent
352d71af23
commit
b1889326c4
1 changed files with 0 additions and 1 deletions
|
@ -84,7 +84,6 @@ function module.add_host(module)
|
|||
local app_name = event.item.name;
|
||||
local default_app_path = event.item.default_path or "/"..app_name;
|
||||
local app_path = get_base_path(module, app_name, default_app_path);
|
||||
module:log("debug", "Serving '%s' at %s", app_name, module:http_url(app_name, app_path));
|
||||
if not app_name then
|
||||
-- TODO: Link to docs
|
||||
module:log("error", "HTTP app has no 'name', add one or use module:provides('http', app)");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue