mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-app.git
synced 2025-12-14 12:06:46 +00:00
🔧 comment out unused Route::feeds() for cleanup
This commit is contained in:
@@ -103,6 +103,6 @@ Route::middleware(['auth'])
|
|||||||
Volt::route('settings/appearance', 'settings.appearance')->name('settings.appearance');
|
Volt::route('settings/appearance', 'settings.appearance')->name('settings.appearance');
|
||||||
});
|
});
|
||||||
|
|
||||||
Route::feeds();
|
//Route::feeds();
|
||||||
|
|
||||||
require __DIR__.'/auth.php';
|
require __DIR__.'/auth.php';
|
||||||
|
|||||||
Reference in New Issue
Block a user