mirror of
https://github.com/umami-software/umami.git
synced 2026-02-09 15:17:23 +01:00
Fixed team settings not found.
This commit is contained in:
parent
2109d3225e
commit
7342d52c68
2 changed files with 6 additions and 5 deletions
|
|
@ -168,11 +168,7 @@ const config = {
|
|||
destination: '/api/scripts/telemetry',
|
||||
},
|
||||
{
|
||||
source: '/teams/:teamId/settings/:path*',
|
||||
destination: '/teams/:teamId/settings/:path*',
|
||||
},
|
||||
{
|
||||
source: '/teams/:teamId/:path*',
|
||||
source: '/teams/:teamId/:path((?!settings).*)*',
|
||||
destination: '/:path*',
|
||||
},
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue