Update pixelfed.php

This commit is contained in:
Shlee 2020-02-16 19:36:12 +08:00 committed by GitHub
parent 2a82788ab0
commit c241184a70
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',
],
/*