mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 22:41:27 +00:00
Update pixelfed.php
This commit is contained in:
parent
c78bdadb8a
commit
0e52521a1b
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ return [
|
||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
'nodeinfo' => [
|
'nodeinfo' => [
|
||||||
'url' => config('app.url').'/'.'api/nodeinfo/2.0.json',
|
'url' => config('app.url').'/api/nodeinfo/2.0.json',
|
||||||
],
|
],
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in a new issue