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 57ef02e commit e404b19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions routes/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@
Route::get('/', function () {
return view('layouts.home');
});
Route::get('/descendant-chart', 'DescendantChartController@index')->name('descendant-chart');

0 comments on commit e404b19

Please sign in to comment.