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 94b4499 commit 67f3fe0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions routes/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@

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

Route::get('/fan-chart', 'App\Http\Controllers\FanChartController@show');
});

0 comments on commit 67f3fe0

Please sign in to comment.