mirror of
https://github.com/YunoHost-Apps/pixelfed_ynh.git
synced 2024-09-03 20:06:04 +02:00
Update TimelineController, add network method
This commit is contained in:
parent
89bd8f9653
commit
eada999b3b
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…
Add table
Reference in a new issue