Update pixelfed.php

This commit is contained in:
Shlee 2020-02-16 13:08:20 +08:00 committed by GitHub
parent b9a66fed95
commit 03c90fd4de
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',
],
/*