Explorar o código

Update TimelineController, add network method

Daniel Supernault %!s(int64=6) %!d(string=hai) anos
pai
achega
eada999b3b
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  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');
+    }
 }