1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2024-12-25 17:26:43 +00:00

Update PublicApiController

This commit is contained in:
Daniel Supernault 2019-11-22 22:57:09 -07:00
parent 744435cdf5
commit 0c4d270f02
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

View file

@ -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) {