mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 01:39:35 +02:00
Make webadmin redirect to page that end with /
This commit is contained in:
parent
73ba38ae35
commit
5ec214386e
3 changed files with 22 additions and 6 deletions
|
@ -21,6 +21,7 @@
|
|||
-record(request,
|
||||
{method :: method(),
|
||||
path = [] :: [binary()],
|
||||
raw_path :: binary(),
|
||||
q = [] :: [{binary() | nokey, binary()}],
|
||||
us = {<<>>, <<>>} :: {binary(), binary()},
|
||||
auth :: {binary(), binary()} | {oauth, binary(), []} | undefined | invalid,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue