diff options
Diffstat (limited to 'routes')
| -rw-r--r-- | routes/web.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/routes/web.php b/routes/web.php index a45dc59..1930938 100644 --- a/routes/web.php +++ b/routes/web.php @@ -28,4 +28,4 @@ Route::get('/feed/search', 'FeedController@search')->name('feed_search'); #Auth::routes(); -Route::get('/home', 'HomeController@index')->name('home'); +Route::get('/about', 'IndexController@about')->name('about'); |
