mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
country flags added and country switcher added
This commit is contained in:
@@ -14,7 +14,7 @@ use Illuminate\Support\Facades\Route;
|
||||
*/
|
||||
|
||||
Route::get('/', function () {
|
||||
return to_route('search.cities', ['country' => \App\Models\Country::first()->code]);
|
||||
return to_route('search.cities', ['country' => 'de']);
|
||||
})
|
||||
->name('welcome');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user