mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-12-26 17:56:48 +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') . ')',
|
||||
'uri' => config('app.url'),
|
||||
'urls' => [],
|
||||
'version' => '2.7.2 (compatible; Pixelfed ' . config('pixelfed.version') . ')',
|
||||
'version' => '2.7.2',
|
||||
'environment' => [
|
||||
'max_photo_size' => config('pixelfed.max_photo_size'),
|
||||
'max_avatar_size' => config('pixelfed.max_avatar_size'),
|
||||
|
|
Loading…
Reference in a new issue