Remove Public Profile Page (because usernames are not unique)
This commit is contained in:
@@ -86,8 +86,6 @@ Route::middleware('auth')->group(function () {
|
||||
Route::get('/download-search', [HomeController::class, 'downloadSearch'])->name('download.search');
|
||||
});
|
||||
|
||||
Route::get('/user/{username}', [UserController::class, 'index'])->name('user.index');
|
||||
|
||||
/*
|
||||
|---------------------------------------------------------------------------------
|
||||
| Admin Pages
|
||||
|
||||
Reference in New Issue
Block a user