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
1 changed files with 1 additions and 1 deletions

View File

@ -264,7 +264,7 @@ class PublicApiController extends Controller
} else {
$res = PublicTimelineService::get(0,4);
}
return $res;
return response()->json($res);
}
if($min || $max) {