mirror of
https://github.com/pixelfed/pixelfed.git
synced 2025-02-23 14:40:49 +00:00
Update ApiV1Controller.php
This commit is contained in:
parent
67f3951e9a
commit
c8ba73f11b
1 changed files with 1 additions and 1 deletions
|
@ -1709,7 +1709,7 @@ class ApiV1Controller extends Controller
|
|||
'short_description' => config_cache('app.short_description'),
|
||||
'description' => config_cache('app.description'),
|
||||
'email' => config('instance.email'),
|
||||
'version' => config('pixelfed.version'),
|
||||
'version' => '3.5.3 (compatible; Pixelfed '.config('pixelfed.version').')',
|
||||
'urls' => [
|
||||
'streaming_api' => null,
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue