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

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',
],
/*