Rename admin users controller/route
All checks were successful
continuous-integration/drone/push Build is passing

Started out as a simple helper page to list LDAP users, but turning into
proper user management now.
This commit is contained in:
Râu Cao
2023-02-23 21:53:12 +08:00
parent b530ad2f0f
commit 1a2482434c
6 changed files with 9 additions and 9 deletions

View File

@@ -1,2 +0,0 @@
module LdapUsersHelper
end

View File

@@ -0,0 +1,2 @@
module UsersHelper
end