mirror of
https://github.com/pixelfed/pixelfed.git
synced 2025-01-30 16:30:45 +00:00
Update ApiV1Controller, fix link header pagination
This commit is contained in:
parent
e3b7c7ccb1
commit
b6f56c2751
1 changed files with 1 additions and 1 deletions
|
@ -946,7 +946,7 @@ class ApiV1Controller extends Controller
|
||||||
'title' => 'Pixelfed (' . config('pixelfed.domain.app') . ')',
|
'title' => 'Pixelfed (' . config('pixelfed.domain.app') . ')',
|
||||||
'uri' => config('app.url'),
|
'uri' => config('app.url'),
|
||||||
'urls' => [],
|
'urls' => [],
|
||||||
'version' => '2.7.2 (compatible; Pixelfed ' . config('pixelfed.version') . ')',
|
'version' => '2.7.2',
|
||||||
'environment' => [
|
'environment' => [
|
||||||
'max_photo_size' => config('pixelfed.max_photo_size'),
|
'max_photo_size' => config('pixelfed.max_photo_size'),
|
||||||
'max_avatar_size' => config('pixelfed.max_avatar_size'),
|
'max_avatar_size' => config('pixelfed.max_avatar_size'),
|
||||||
|
|
Loading…
Reference in a new issue