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