url corrected

This commit is contained in:
Benjamin Takats
2022-12-15 19:32:37 +01:00
parent 5fe97c9a8b
commit f12fa41fbb

View File

@@ -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');