mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-12-25 17:26:43 +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 {
|
} else {
|
||||||
$res = PublicTimelineService::get(0,4);
|
$res = PublicTimelineService::get(0,4);
|
||||||
}
|
}
|
||||||
return $res;
|
return response()->json($res);
|
||||||
}
|
}
|
||||||
|
|
||||||
if($min || $max) {
|
if($min || $max) {
|
||||||
|
|
Loading…
Reference in a new issue