diff options
| author | horus | 2020-04-19 18:28:17 +0200 |
|---|---|---|
| committer | horus | 2020-04-19 18:28:17 +0200 |
| commit | ea7f3c9c9ca72ee6efa9c345506ea9c92cdf1691 (patch) | |
| tree | e4f31cad2fa3bab448ebd604841e7a4e57ab8bba /routes/web.php | |
| parent | bf823c5063b5ad863e7e7cc313fb1406ddd14a98 (diff) | |
| download | curious-ea7f3c9c9ca72ee6efa9c345506ea9c92cdf1691.tar.gz | |
Add footer with about page.
Diffstat (limited to 'routes/web.php')
| -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'); |
