mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
btc-meetups updated
This commit is contained in:
@@ -49,7 +49,7 @@ Route::middleware([])
|
|||||||
'website' => $meetup->webpage,
|
'website' => $meetup->webpage,
|
||||||
]);
|
]);
|
||||||
});
|
});
|
||||||
Route::get('btc-meetups', function () {
|
Route::get('btc-map-communities', function () {
|
||||||
return \App\Models\Meetup::query()
|
return \App\Models\Meetup::query()
|
||||||
->with([
|
->with([
|
||||||
'city.country',
|
'city.country',
|
||||||
|
|||||||
Reference in New Issue
Block a user