mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-app.git
synced 2025-12-13 23:56:47 +00:00
🎨 Add custom error pages with layouts and assets
This commit is contained in:
@@ -2,10 +2,13 @@
|
||||
|
||||
use Illuminate\Support\Facades\Route;
|
||||
use Livewire\Volt\Volt;
|
||||
use Illuminate\Http\Request;
|
||||
|
||||
Route::redirect('/', 'welcome');
|
||||
|
||||
Route::get('error/{code}', function ($code) {
|
||||
abort($code);
|
||||
});
|
||||
|
||||
/*Route::get('/download-buecherverleih', function (Request $request) {
|
||||
$filename = $request->input('filename');
|
||||
// Get the file path from the public folder
|
||||
|
||||
Reference in New Issue
Block a user