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