mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-07 06:08:48 +00:00
Fix: authentik users endpoint URL (#2244)
This commit is contained in:
parent
cc887214cf
commit
1da9255578
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ const widget = {
|
|||
|
||||
mappings: {
|
||||
users: {
|
||||
endpoint: "core/users?page_size=1",
|
||||
endpoint: "core/users/?page_size=1",
|
||||
},
|
||||
login: {
|
||||
endpoint: "events/events/per_month/?action=login",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue