Save user flights
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@ use Inertia\Inertia;
|
||||
Route::domain(config('app.domain'))->group(
|
||||
function() {
|
||||
Route::get('/', function () {
|
||||
return Inertia::render('Index');
|
||||
return Inertia::render(auth()->check() ? 'Dashboard' : 'Auth/Login');
|
||||
});
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user