Replace old download search with new patreon file search

This commit is contained in:
2025-09-21 23:49:58 +02:00
parent 9be33db14f
commit 4697073e9f
7 changed files with 19 additions and 223 deletions

View File

@@ -78,9 +78,6 @@ Route::middleware('auth')->group(function () {
// Download Page
Route::get('/download-search', [HomeController::class, 'downloadSearch'])->name('download.search');
// Download Page for Patreon Subscribers
Route::get('/files', [DownloadsController::class, 'index'])->name('files.index');
});
Route::get('/user/{username}', [UserController::class, 'index'])->name('user.index');