fix: config default route to login page
This commit is contained in:
parent
075020d451
commit
53e199fb6f
@ -12,7 +12,7 @@ use Illuminate\Support\Facades\Route;
|
||||
use Inertia\Inertia;
|
||||
|
||||
Route::get('/', function () {
|
||||
return Inertia::render('welcome');
|
||||
return Inertia::render('auth/login');
|
||||
})->name('home');
|
||||
|
||||
Route::middleware(['auth', 'verified'])->group(function () {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user