mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
lecturer landing pages added
This commit is contained in:
@@ -30,6 +30,9 @@ Route::middleware([])
|
||||
|
||||
Route::get('/event', \App\Http\Livewire\School\EventTable::class)
|
||||
->name('table.event');
|
||||
|
||||
Route::get('/{lecturer}', \App\Http\Livewire\School\LecturerLandingPage::class)
|
||||
->name('landingPage.lecturer');
|
||||
});
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user