welcome page

This commit is contained in:
Benjamin Takats
2022-12-12 14:50:34 +01:00
parent 9405980eca
commit b87dbd7e0d
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)