summaryrefslogtreecommitdiff
path: root/routes/web.php
diff options
context:
space:
mode:
authorhorus2020-04-19 18:28:17 +0200
committerhorus2020-04-19 18:28:17 +0200
commitea7f3c9c9ca72ee6efa9c345506ea9c92cdf1691 (patch)
treee4f31cad2fa3bab448ebd604841e7a4e57ab8bba /routes/web.php
parentbf823c5063b5ad863e7e7cc313fb1406ddd14a98 (diff)
downloadcurious-ea7f3c9c9ca72ee6efa9c345506ea9c92cdf1691.tar.gz
Add footer with about page.
Diffstat (limited to 'routes/web.php')
-rw-r--r--routes/web.php2
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');