5 lines
108 B
Plaintext
5 lines
108 B
Plaintext
|
|
Auth::routes();
|
|
|
|
Route::get('/home', [App\Http\Controllers\HomeController::class, 'index'])->name('home');
|