Fixed teams settings.

This commit is contained in:
Mike Cao 2024-06-21 12:49:57 -07:00
parent 9104332623
commit b0c9197f2d
21 changed files with 40 additions and 2 deletions

View file

@ -167,6 +167,10 @@ const config = {
source: '/telemetry.js',
destination: '/api/scripts/telemetry',
},
{
source: '/teams/:teamId/settings/:path*',
destination: '/teams/:teamId/settings/:path*',
},
{
source: '/teams/:teamId/:path*',
destination: '/:path*',