Explorar el Código

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

Update TimelineController, add network method
daniel hace 6 años
padre
commit
2a2ddc0fb9
Se han modificado 1 ficheros con 5 adiciones y 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');
+    }
 }