mirror of
https://github.com/umami-software/umami.git
synced 2025-12-06 01:18:00 +01:00
New admin section.
This commit is contained in:
parent
cdf391d5c2
commit
b78ff3b477
28 changed files with 161 additions and 100 deletions
|
|
@ -138,6 +138,11 @@ const redirects = [
|
|||
destination: '/teams/:id/settings/team',
|
||||
permanent: true,
|
||||
},
|
||||
{
|
||||
source: '/admin',
|
||||
destination: '/admin/users',
|
||||
permanent: true,
|
||||
},
|
||||
];
|
||||
|
||||
// Adding rewrites + headers for all alternative tracker script names.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue