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
1 changed files with 1 additions and 1 deletions

View File

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