1
0
Fork 0
mirror of https://github.com/prurigro/hypothetical.git synced 2025-04-12 16:50:18 -04:00

Rename the index blade to home to match its class and the vue component

This commit is contained in:
Kevin MacMartin 2019-03-19 17:56:10 -04:00
parent 4de990d086
commit d36ae59e0c
2 changed files with 1 additions and 1 deletions
traditional-bootstrap
resources/views/pages
routes

View file

@ -66,7 +66,7 @@ Route::get('/language/{lang}', function($lang) {
});
Route::get('/', function() {
return view('pages.index');
return view('pages.home');
});
Route::get('/blog', function() {