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 11, 2024
1 parent 78b4416 commit 7f4679d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions routes/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,4 @@
|
*/

Route::get('/', function () {
return view('welcome');
});
Route::get('/', 'App\Http\Controllers\HomeController@index');

0 comments on commit 7f4679d

Please sign in to comment.