Merge pull request #2025 from shleeable/patch-2

Update pixelfed.php - concatenate fix
This commit is contained in:
daniel 2020-02-21 18:13:07 -07:00 committed by GitHub
commit cd34438405
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ return [
|
*/
'nodeinfo' => [
'url' => config('app.url').'/'.'api/nodeinfo/2.0.json',
'url' => config('app.url').'/api/nodeinfo/2.0.json',
],
/*