Browse Source

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

Update TimelineController, add network method
daniel 6 năm trước cách đây
mục cha
commit
2a2ddc0fb9
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');
+    }
 }