mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +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