mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
[newPage: Buecherverleih] routing bugfix
This commit is contained in:
@@ -22,8 +22,8 @@ Route::middleware([])
|
||||
->name('kaninchenbau');
|
||||
|
||||
Route::middleware([])
|
||||
->get('/kaninchenbau', \App\Http\Livewire\Helper\FollowTheRabbit::class)
|
||||
->name('kaninchenbau');
|
||||
->get('/bindles', \App\Http\Livewire\Bindle\Gallery::class)
|
||||
->name('bindles');
|
||||
|
||||
Route::middleware([])
|
||||
->get('/buecherverleih', \App\Http\Livewire\BooksForPlebs\BookRentalGuide::class)
|
||||
|
||||
Reference in New Issue
Block a user