mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-26 16:26:24 +01:00
Fix Edoc comment
This commit is contained in:
parent
53a5b602dc
commit
f01dd3e942
@ -50,7 +50,8 @@
|
||||
%%%==================================
|
||||
%%%% get_acl_access
|
||||
|
||||
%% @spec (Path::[string()]) -> {HostOfRule, [AccessRule]}
|
||||
%% @spec (Path::[string()], HttpMethod) -> {HostOfRule, [AccessRule]}
|
||||
%% HttpMethod = 'GET' | 'POST'
|
||||
|
||||
%% All accounts can access those URLs
|
||||
get_acl_rule([],_) -> {"localhost", [all]};
|
||||
|
Loading…
Reference in New Issue
Block a user