Remove legacy frontend assets and update gallery routes
This commit is contained in:
@@ -109,7 +109,7 @@ const PUBLIC_ROUTES: RouteFixture[] = [
|
||||
const AUTH_ROUTES: RouteFixture[] = [
|
||||
{ url: '/dashboard', label: 'Dashboard', requiresAuth: true },
|
||||
{ url: '/dashboard/profile', label: 'Dashboard profile', requiresAuth: true },
|
||||
{ url: '/dashboard/artworks', label: 'Dashboard artworks', requiresAuth: true },
|
||||
{ url: '/studio/artworks', label: 'Studio artworks', requiresAuth: true },
|
||||
{ url: '/dashboard/gallery', label: 'Dashboard gallery', requiresAuth: true },
|
||||
{ url: '/dashboard/favorites', label: 'Dashboard favorites', requiresAuth: true },
|
||||
{ url: '/upload', label: 'Upload page', requiresAuth: true },
|
||||
|
||||
Reference in New Issue
Block a user