Remove legacy frontend assets and update gallery routes
This commit is contained in:
@@ -228,7 +228,7 @@ Route::get('/dashboard', [DashboardController::class, 'index'])
|
||||
->name('dashboard');
|
||||
|
||||
Route::middleware(['auth', 'creator.access'])->prefix('creator')->name('creator.')->group(function () {
|
||||
Route::get('/artworks', fn () => redirect()->route('dashboard.artworks.index'))->name('artworks');
|
||||
Route::get('/artworks', fn () => redirect()->route('studio.artworks'))->name('artworks');
|
||||
Route::get('/analytics', fn () => redirect()->route('studio.analytics'))->name('analytics');
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user