Merge pull request #1515 from pixelfed/frontend-ui-refactor

Update FederationController
This commit is contained in:
daniel 2019-07-17 22:42:33 -06:00 committed by GitHub
commit d007d9bcb4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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',