Explorar o código

Merge pull request #1055 from pixelfed/frontend-ui-refactor

Update TimelineController, add network method
daniel %!s(int64=6) %!d(string=hai) anos
pai
achega
2a2ddc0fb9
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');
+    }
 }