Implement /studio/list

This commit is contained in:
Jorge Vargas 2025-04-27 11:50:25 -06:00
parent 8fd7f7dece
commit 3b1cd90895
3 changed files with 56 additions and 1 deletions

View file

@ -56,7 +56,6 @@ export default defineConfig({
'/profile/[username]': { status: 307, destination: '/maintenance' },
'/series/[slug]': { status: 307, destination: '/maintenance' },
'/studio/[slug]': { status: 307, destination: '/maintenance' },
'/studio/list': { status: 307, destination: '/maintenance' },
'/request': { status: 307, destination: '/maintenance' }
},
security: {