welcome page

This commit is contained in:
Benjamin Takats
2022-12-12 14:50:34 +01:00
parent 5790f690cc
commit d598380066
22 changed files with 323 additions and 104 deletions

View File

@@ -2,9 +2,7 @@
use Illuminate\Support\Facades\Route;
Route::get('/', function () {
return to_route('search.city', ['country' => 'de']);
})
Route::get('/', \App\Http\Livewire\Frontend\Welcome::class)
->name('welcome');
Route::get('/auth/ln', \App\Http\Livewire\Auth\LNUrlAuth::class)