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