Browse Source

Update TimelineController, add network method

Daniel Supernault 6 năm trước cách đây
mục cha
commit
eada999b3b
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  1. 5 0
      app/Http/Controllers/TimelineController.php

+ 5 - 0
app/Http/Controllers/TimelineController.php

@@ -22,4 +22,9 @@ class TimelineController extends Controller
     {
         return view('timeline.local');
     }
+
+    public function network(Request $request)
+    {
+        return view('timeline.network');
+    }
 }