mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Merge pull request #1055 from pixelfed/frontend-ui-refactor
Update TimelineController, add network method
This commit is contained in:
commit
2a2ddc0fb9
1 changed files with 5 additions and 0 deletions
|
@ -22,4 +22,9 @@ class TimelineController extends Controller
|
|||
{
|
||||
return view('timeline.local');
|
||||
}
|
||||
|
||||
public function network(Request $request)
|
||||
{
|
||||
return view('timeline.network');
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue