mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-26 16:23:16 +00:00
Merge pull request #1515 from pixelfed/frontend-ui-refactor
Update FederationController
This commit is contained in:
commit
d007d9bcb4
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||||
|
|
Loading…
Reference in a new issue