mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 11:16:39 -05:00
Rename the index blade to home to match its class and the vue component
This commit is contained in:
parent
4de990d086
commit
d36ae59e0c
2 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ Route::get('/language/{lang}', function($lang) {
|
||||||
});
|
});
|
||||||
|
|
||||||
Route::get('/', function() {
|
Route::get('/', function() {
|
||||||
return view('pages.index');
|
return view('pages.home');
|
||||||
});
|
});
|
||||||
|
|
||||||
Route::get('/blog', function() {
|
Route::get('/blog', function() {
|
||||||
|
|
Loading…
Reference in a new issue