change blade name

This commit is contained in:
kroutony 2020-02-22 14:50:53 +08:00
parent a7b862ef9c
commit deecddd2ec
2 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ Auth::routes(['verify' => true]);
/** /**
* Static page routes * Static page routes
*/ */
Route::view('/', 'home')->name('index'); Route::view('/', 'index')->name('index');
/** /**
* Admin routes * Admin routes