mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-12-25 01:05:36 +00:00
Update PublicApiController
This commit is contained in:
parent
744435cdf5
commit
0c4d270f02
1 changed files with 1 additions and 1 deletions
|
@ -264,7 +264,7 @@ class PublicApiController extends Controller
|
|||
} else {
|
||||
$res = PublicTimelineService::get(0,4);
|
||||
}
|
||||
return $res;
|
||||
return response()->json($res);
|
||||
}
|
||||
|
||||
if($min || $max) {
|
||||
|
|
Loading…
Reference in a new issue