1
0
Fork 0
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:
Paweł Chmielowski 2020-03-26 14:17:48 +01:00
parent 73ba38ae35
commit 5ec214386e
3 changed files with 22 additions and 6 deletions

View file

@ -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,