mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 06:21:27 +00:00
Merge pull request #2025 from shleeable/patch-2
Update pixelfed.php - concatenate fix
This commit is contained in:
commit
cd34438405
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ return [
|
|||
|
|
||||
*/
|
||||
'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