summaryrefslogtreecommitdiff
path: root/app/Http/Controllers/IndexController.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Http/Controllers/IndexController.php')
-rw-r--r--app/Http/Controllers/IndexController.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/Http/Controllers/IndexController.php b/app/Http/Controllers/IndexController.php
index bb1d301..9f21bbb 100644
--- a/app/Http/Controllers/IndexController.php
+++ b/app/Http/Controllers/IndexController.php
@@ -17,6 +17,11 @@ class IndexController extends Controller
return view('index');
}
+ public function about()
+ {
+ return view('about');
+ }
+
public function topic( $topic )
{
$articles = new Category;