mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
meetups added
This commit is contained in:
@@ -67,6 +67,15 @@ Route::middleware([])
|
||||
/*
|
||||
* Meetups
|
||||
* */
|
||||
Route::middleware([])
|
||||
->as('meetup.')
|
||||
->prefix('meetup')
|
||||
->group(function () {
|
||||
Route::get('/{country:code}/table/meetup', \App\Http\Livewire\Meetup\MeetupTable::class)
|
||||
->name('table.meetup');
|
||||
Route::get('/{country:code}/table/meetup-events', \App\Http\Livewire\Meetup\MeetupEventTable::class)
|
||||
->name('table.meetupEvent');
|
||||
});
|
||||
|
||||
/*
|
||||
* Authenticated
|
||||
|
||||
Reference in New Issue
Block a user