mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
add helper kaninchenbau
This commit is contained in:
@@ -11,6 +11,10 @@ Route::middleware([])
|
||||
->get('/hello', \App\Http\Livewire\Hello::class)
|
||||
->name('hello');
|
||||
|
||||
Route::middleware([])
|
||||
->get('/kaninchenbau', \App\Http\Livewire\Helper\FollowTheRabbit::class)
|
||||
->name('kaninchenbau');
|
||||
|
||||
Route::get('/img/{path}', \App\Http\Controllers\ImageController::class)
|
||||
->where('path', '.*')
|
||||
->name('img');
|
||||
|
||||
Reference in New Issue
Block a user