1
0
Fork 1
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:
Daniel Supernault 2025-02-03 00:47:58 -07:00
parent 67f3951e9a
commit c8ba73f11b
No known key found for this signature in database
GPG key ID: 23740873EE6F76A1

View file

@ -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,
],