Skip to content

Commit

Permalink
feat: Updated routes/web.php
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] committed Mar 10, 2024
1 parent 3946094 commit 15f8103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
*/

Route::get('/', function () {
return view('welcome');
return view('layouts.home');
});

0 comments on commit 15f8103

Please sign in to comment.