Update FederationController

This commit is contained in:
Daniel Supernault 2019-07-17 22:42:04 -06:00
parent 4ff26de873
commit 8e7f4000b6
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

View file

@ -95,7 +95,7 @@ class FederationController extends Controller
}); });
return [ return [
'metadata' => [ 'metadata' => [
'nodeName' => config('app.name'), 'nodeName' => config('pixelfed.domain.app'),
'software' => [ 'software' => [
'homepage' => 'https://pixelfed.org', 'homepage' => 'https://pixelfed.org',
'repo' => 'https://github.com/pixelfed/pixelfed', 'repo' => 'https://github.com/pixelfed/pixelfed',